GroupId | GroupIdcom.oracle.tools |
---|---|
ArtifactId | ArtifactIdoracle-tools-runtime |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
oracle-tools-runtime-1.2.0.pom | |
oracle-tools-runtime-1.2.0.jar | 128 KB |
oracle-tools-runtime-1.2.0-sources.jar | 131 KB |
oracle-tools-runtime-1.2.0-javadoc.jar | 576 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oracle.tools/oracle-tools-runtime/ -->
<dependency>
<groupId>com.oracle.tools</groupId>
<artifactId>oracle-tools-runtime</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.tools/oracle-tools-runtime/
implementation 'com.oracle.tools:oracle-tools-runtime:1.2.0'
// https://jarcasting.com/artifacts/com.oracle.tools/oracle-tools-runtime/
implementation ("com.oracle.tools:oracle-tools-runtime:1.2.0")
'com.oracle.tools:oracle-tools-runtime:jar:1.2.0'
<dependency org="com.oracle.tools" name="oracle-tools-runtime" rev="1.2.0">
<artifact name="oracle-tools-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.tools', module='oracle-tools-runtime', version='1.2.0')
)
libraryDependencies += "com.oracle.tools" % "oracle-tools-runtime" % "1.2.0"
[com.oracle.tools/oracle-tools-runtime "1.2.0"]