is not current version
Last Version 6.0.0

com.oracle.bedrock:project 4.2.0

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

4.2.0
Type

Type

pom

Download project 4.2.0

Filename Size
project-4.2.0.pom 12 KB
Browse

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