is not current version
Last Version 3

org.objectweb.dream.dreamcore:parent 2.0

The dream-core project aims at defining abstractions commonly used in communication middleware (e.g. messages, activities).

GroupId

GroupId

org.objectweb.dream.dreamcore
ArtifactId

ArtifactId

parent
Version

Version

2.0
Type

Type

pom

Download parent 2.0

Filename Size
parent-2.0.pom 1 KB
Browse

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