Movatterモバイル変換


[0]ホーム

URL:


avatar icon
utPLSQL
utPLSQL-java-api
utPLSQL /utPLSQL-java-api / java / org.utplsql / java-api-3.1.6.jar

java-api-3.1.6.jar

maven

Add the repository to Maven

Add this to the top level of yourpom.xml

<repositories>  <repository>    <id>utPLSQL-utPLSQL-java-api</id>    <url>https://packagecloud.io/utPLSQL/utPLSQL-java-api/maven2</url>    <releases>      <enabled>true</enabled>    </releases>    <snapshots>      <enabled>true</enabled>    </snapshots>  </repository></repositories>
<dependency>  <groupId>org.utplsql</groupId>  <artifactId>java-api</artifactId>  <version>3.1.6</version></dependency>
leiningen

Add the repository to Leiningen

Add this entry to the top-level of yourproject.clj file

:repositories [["snapshots" "https://packagecloud.io/utPLSQL/utPLSQL-java-api/maven2"]               ["releases" "https://packagecloud.io/utPLSQL/utPLSQL-java-api/maven2"]]
[org.utplsql/java-api "3.1.6"]
ivy

Add the repository to Ivy

Create anivysettings.xml file

<ivysettings>    <settings defaultResolver="chain"/>    <resolvers>        <chain name="chain">            <ibiblio name="central" m2compatible="true"/>            <ibiblio name="utPLSQL-utPLSQL-java-api" m2compatible="true" root="https://packagecloud.io/utPLSQL/utPLSQL-java-api/maven2"/>        </chain>    </resolvers></ivysettings>
<dependency org="org.utplsql" name="java-api" rev="3.1.6" />
sbt

Add the repository to SBT

For SNAPSHOT support (needs SBT 0.13.8 or above), create or append the following to aproject/maven.sbt file in your project:

addMavenResolverPlugin

Then, add this entry anywhere in yourbuild.sbt file:

resolvers += "utPLSQL-utPLSQL-java-api" at "https://packagecloud.io/utPLSQL/utPLSQL-java-api/maven2"
libraryDependencies += "org.utplsql" % "java-api" % "3.1.6"
gradle

Add the repository to Gradle

Add this entry anywhere in yourbuild.gradle file

repositories {    maven {        url "https://packagecloud.io/utPLSQL/utPLSQL-java-api/maven2"    }}
compile 'org.utplsql:java-api:3.1.6'
grape

Add the repository to Grape

Create a~/.groovy/grapeConfig.xml file

<ivysettings>  <settings defaultResolver="downloadGrapes"/>  <resolvers>    <chain name="downloadGrapes" returnFirst="true">      <filesystem name="cachedGrapes">        <ivy pattern="${user.home}/.groovy/grapes/[organisation]/[module]/ivy-[revision].xml"/>        <artifact pattern="${user.home}/.groovy/grapes/[organisation]/[module]/[type]s/[artifact]-[revision](-[classifier]).[ext]"/>      </filesystem>      <ibiblio name="localm2" root="file:${user.home}/.m2/repository/" checkmodified="true" changingPattern=".*" changingMatcher="regexp" m2compatible="true"/>      <!-- todo add 'endorsed groovy extensions' resolver here -->      <ibiblio name="utPLSQL-utPLSQL-java-api" root="https://packagecloud.io/utPLSQL/utPLSQL-java-api/maven2" m2compatible="true"/>      <ibiblio name="ibiblio" m2compatible="true"/>    </chain>  </resolvers></ivysettings>
@Grapes(@Grab(group='org.utplsql', module='java-api', version='3.1.6'))

POMs

NameMD5SHA1SHA256SizeDownload
java-api-3.1.6.pom8976fdad3d8ede0bad00ec1a91b6e7f9b467abb0f380edc9f3d194d2297322202f2eabc7be474c6a1f9c9eeefba898d27c37806d266003e23d8ca8a940fad3c58bd6a7e91.61 KB

JARs

NameMD5SHA1SHA256SizeDownload
java-api-3.1.6.jar49fc2d6e646d89fe39d179b494d05a01e46f136563d94fb2e4d7578b228447b0018a4aa97883406d43dc15410d3e54f2ff6271ca089ac4de0217727e278b7fea10a08c9a182 KB

Dependencies

GroupArtifactVersionScope
com.google.code.findbugsjsr3053.0.2compile
org.slf4jslf4j-api1.7.25runtime
com.oracle.jdbcojdbc812.2.0.1runtime
com.oracle.jdbcorai18n12.2.0.1runtime
org.junit.jupiterjunit-jupiter5.4.0test
org.hamcresthamcrest2.1test

Uploaded

over 6 years ago

Package Size

182 KB

Downloads

58

wget

wget --content-disposition "https://packagecloud.io/utPLSQL/utPLSQL-java-api/packages/java/org.utplsql/java-api-3.1.6.jar/artifacts/java-api-3.1.6.jar/download?distro_version_id=167"

We use cookies to enhance the user experience on packagecloud.
By using our site, you acknowledge that you have read, understand, and agree to our
Cookie Policy,Privacy Policy, and ourTerms of Service.
By continuing to browse this site you are agreeing to our use of cookies.


[8]ページ先頭

©2009-2025 Movatter.jp