GroupId | GroupIdcom.oracle.tools |
---|---|
ArtifactId | ArtifactIdoracle-tools-coherence-testing-support |
Version | Version1.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.oracle.tools/oracle-tools-coherence-testing-support/ -->
<dependency>
<groupId>com.oracle.tools</groupId>
<artifactId>oracle-tools-coherence-testing-support</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.tools/oracle-tools-coherence-testing-support/
implementation 'com.oracle.tools:oracle-tools-coherence-testing-support:1.2.0'
// https://jarcasting.com/artifacts/com.oracle.tools/oracle-tools-coherence-testing-support/
implementation ("com.oracle.tools:oracle-tools-coherence-testing-support:1.2.0")
'com.oracle.tools:oracle-tools-coherence-testing-support:jar:1.2.0'
<dependency org="com.oracle.tools" name="oracle-tools-coherence-testing-support" rev="1.2.0">
<artifact name="oracle-tools-coherence-testing-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.tools', module='oracle-tools-coherence-testing-support', version='1.2.0')
)
libraryDependencies += "com.oracle.tools" % "oracle-tools-coherence-testing-support" % "1.2.0"
[com.oracle.tools/oracle-tools-coherence-testing-support "1.2.0"]