GroupId | GroupIdcom.oracle.tools |
---|---|
ArtifactId | ArtifactIdoracle-tools |
Version | Version0.0.7 |
Type | Typepom |
Filename | Size |
---|---|
oracle-tools-0.0.7.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oracle.tools/oracle-tools/ -->
<dependency>
<groupId>com.oracle.tools</groupId>
<artifactId>oracle-tools</artifactId>
<version>0.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.tools/oracle-tools/
implementation 'com.oracle.tools:oracle-tools:0.0.7'
// https://jarcasting.com/artifacts/com.oracle.tools/oracle-tools/
implementation ("com.oracle.tools:oracle-tools:0.0.7")
'com.oracle.tools:oracle-tools:pom:0.0.7'
<dependency org="com.oracle.tools" name="oracle-tools" rev="0.0.7">
<artifact name="oracle-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.oracle.tools', module='oracle-tools', version='0.0.7')
)
libraryDependencies += "com.oracle.tools" % "oracle-tools" % "0.0.7"
[com.oracle.tools/oracle-tools "0.0.7"]