is not current version
Last Version 6.0.0

com.oracle.bedrock:project 6.0.0-RC5

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.

GroupId

GroupId

com.oracle.bedrock
ArtifactId

ArtifactId

project
Version

Version

6.0.0-RC5
Type

Type

pom

Download project 6.0.0-RC5

Filename Size
project-6.0.0-RC5.pom 18 KB
Browse

<!-- https://jarcasting.com/artifacts/com.oracle.bedrock/project/ -->
<dependency>
    <groupId>com.oracle.bedrock</groupId>
    <artifactId>project</artifactId>
    <version>6.0.0-RC5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.bedrock/project/
implementation 'com.oracle.bedrock:project:6.0.0-RC5'
// https://jarcasting.com/artifacts/com.oracle.bedrock/project/
implementation ("com.oracle.bedrock:project:6.0.0-RC5")
'com.oracle.bedrock:project:pom:6.0.0-RC5'
<dependency org="com.oracle.bedrock" name="project" rev="6.0.0-RC5">
  <artifact name="project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.oracle.bedrock', module='project', version='6.0.0-RC5')
)
libraryDependencies += "com.oracle.bedrock" % "project" % "6.0.0-RC5"
[com.oracle.bedrock/project "6.0.0-RC5"]