GroupId | GroupIdcom.oracle.coherence.ce |
---|---|
ArtifactId | ArtifactIdcoherence-bom |
Version | Version20.12.1 |
Type | Typepom |
Filename | Size |
---|---|
coherence-bom-20.12.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-bom/ -->
<dependency>
<groupId>com.oracle.coherence.ce</groupId>
<artifactId>coherence-bom</artifactId>
<version>20.12.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-bom/
implementation 'com.oracle.coherence.ce:coherence-bom:20.12.1'
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-bom/
implementation ("com.oracle.coherence.ce:coherence-bom:20.12.1")
'com.oracle.coherence.ce:coherence-bom:pom:20.12.1'
<dependency org="com.oracle.coherence.ce" name="coherence-bom" rev="20.12.1">
<artifact name="coherence-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.oracle.coherence.ce', module='coherence-bom', version='20.12.1')
)
libraryDependencies += "com.oracle.coherence.ce" % "coherence-bom" % "20.12.1"
[com.oracle.coherence.ce/coherence-bom "20.12.1"]