License |
License |
---|---|
GroupId | GroupIdcom.oracle.bedrock |
ArtifactId | ArtifactIdbedrock-coherence |
Last Version | Last Version6.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionBedrock for Coherence Project
A framework for the development, orchestration and testing of
concurrent and distributed applications.
Developed as part of the Oracle Coherence Community, though Oracle
Coherence is not really required.
|
Filename | Size |
---|---|
bedrock-coherence-6.0.0.pom | 723 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.oracle.bedrock/bedrock-coherence/ -->
<dependency>
<groupId>com.oracle.bedrock</groupId>
<artifactId>bedrock-coherence</artifactId>
<version>6.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.bedrock/bedrock-coherence/
implementation 'com.oracle.bedrock:bedrock-coherence:6.0.0'
// https://jarcasting.com/artifacts/com.oracle.bedrock/bedrock-coherence/
implementation ("com.oracle.bedrock:bedrock-coherence:6.0.0")
'com.oracle.bedrock:bedrock-coherence:pom:6.0.0'
<dependency org="com.oracle.bedrock" name="bedrock-coherence" rev="6.0.0">
<artifact name="bedrock-coherence" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.oracle.bedrock', module='bedrock-coherence', version='6.0.0')
)
libraryDependencies += "com.oracle.bedrock" % "bedrock-coherence" % "6.0.0"
[com.oracle.bedrock/bedrock-coherence "6.0.0"]