License |
License |
---|---|
GroupId | GroupIdcom.oracle.coherence.spring |
ArtifactId | ArtifactIdcoherence-spring-parent |
Version | Version3.0.0-M2 |
Type | Typepom |
Description |
DescriptionCoherence Spring Project
The Oracle Coherence Spring project provides support for using Spring
with Coherence and vice-versa.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
coherence-spring-parent-3.0.0-M2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oracle.coherence.spring/coherence-spring-parent/ -->
<dependency>
<groupId>com.oracle.coherence.spring</groupId>
<artifactId>coherence-spring-parent</artifactId>
<version>3.0.0-M2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.coherence.spring/coherence-spring-parent/
implementation 'com.oracle.coherence.spring:coherence-spring-parent:3.0.0-M2'
// https://jarcasting.com/artifacts/com.oracle.coherence.spring/coherence-spring-parent/
implementation ("com.oracle.coherence.spring:coherence-spring-parent:3.0.0-M2")
'com.oracle.coherence.spring:coherence-spring-parent:pom:3.0.0-M2'
<dependency org="com.oracle.coherence.spring" name="coherence-spring-parent" rev="3.0.0-M2">
<artifact name="coherence-spring-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.oracle.coherence.spring', module='coherence-spring-parent', version='3.0.0-M2')
)
libraryDependencies += "com.oracle.coherence.spring" % "coherence-spring-parent" % "3.0.0-M2"
[com.oracle.coherence.spring/coherence-spring-parent "3.0.0-M2"]