is not current version
Last Version 3

org.objectweb.dream:parent 2.0

Dream is a component-based framework dedicated to the construction of communication middleware. It provides a component library and a set of tools to build, configure and deploy middleware implementing various communication paradigms: group communications, message passing, event-reaction, publish-subscribe, etc. Dream builds upon the Fractal component framework, which provides support for hierarchical and dynamic composition.

GroupId

GroupId

org.objectweb.dream
ArtifactId

ArtifactId

parent
Version

Version

2.0
Type

Type

pom

Download parent 2.0

Filename Size
parent-2.0.pom 6 KB
Browse

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