GroupId | GroupIdcom.oracle.bedrock.coherence |
---|---|
ArtifactId | ArtifactId12.1.2 |
Version | Version5.0.10 |
Type | Typepom |
Filename | Size |
---|---|
12.1.2-5.0.10.pom | 903 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.oracle.bedrock.coherence/12.1.2/ -->
<dependency>
<groupId>com.oracle.bedrock.coherence</groupId>
<artifactId>12.1.2</artifactId>
<version>5.0.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.bedrock.coherence/12.1.2/
implementation 'com.oracle.bedrock.coherence:12.1.2:5.0.10'
// https://jarcasting.com/artifacts/com.oracle.bedrock.coherence/12.1.2/
implementation ("com.oracle.bedrock.coherence:12.1.2:5.0.10")
'com.oracle.bedrock.coherence:12.1.2:pom:5.0.10'
<dependency org="com.oracle.bedrock.coherence" name="12.1.2" rev="5.0.10">
<artifact name="12.1.2" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.oracle.bedrock.coherence', module='12.1.2', version='5.0.10')
)
libraryDependencies += "com.oracle.bedrock.coherence" % "12.1.2" % "5.0.10"
[com.oracle.bedrock.coherence/12.1.2 "5.0.10"]