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