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