| GroupId | GroupIdcom.oracle.coherence.spring |
|---|---|
| ArtifactId | ArtifactIdcoherence-spring |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| coherence-spring-1.0.2.pom | |
| coherence-spring-1.0.2.jar | 22 KB |
| coherence-spring-1.0.2-sources.jar | 11 KB |
| coherence-spring-1.0.2-javadoc.jar | 51 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.oracle.coherence.spring/coherence-spring/ -->
<dependency>
<groupId>com.oracle.coherence.spring</groupId>
<artifactId>coherence-spring</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.coherence.spring/coherence-spring/
implementation 'com.oracle.coherence.spring:coherence-spring:1.0.2'
// https://jarcasting.com/artifacts/com.oracle.coherence.spring/coherence-spring/
implementation ("com.oracle.coherence.spring:coherence-spring:1.0.2")
'com.oracle.coherence.spring:coherence-spring:jar:1.0.2'
<dependency org="com.oracle.coherence.spring" name="coherence-spring" rev="1.0.2">
<artifact name="coherence-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.coherence.spring', module='coherence-spring', version='1.0.2')
)
libraryDependencies += "com.oracle.coherence.spring" % "coherence-spring" % "1.0.2"
[com.oracle.coherence.spring/coherence-spring "1.0.2"]