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