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