p

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.
https://github.com/coherence-community/oracle-bedrock
Common Development and Distribution License 1.0 ("CDDL")
Jonathan Knight
Files download
File Operation
project-6.0.0-RC3.pom download
Apache Maven
<dependency>
  <groupId>com.oracle.bedrock</groupId>
  <artifactId>project</artifactId>
  <version>6.0.0-RC3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.oracle.bedrock:project:6.0.0-RC3'
Gradle Kotlin
implementation("com.oracle.bedrock:project:6.0.0-RC3")
Scala SBT
libraryDependencies += "com.oracle.bedrock" % "project" % "6.0.0-RC3"
Groovy Grape
@Grapes(
  @Grab(group='com.oracle.bedrock', module='project', version='6.0.0-RC3')
)
Apache Ivy
<dependency org="com.oracle.bedrock" name="project" rev="6.0.0-RC3" />
Leiningen
[com.oracle.bedrock/project "6.0.0-RC3"]
Apache Buildr
'com.oracle.bedrock:project:jar:6.0.0-RC3'
Dependencies
The project has no third-party dependencies