License |
License |
---|---|
GroupId | GroupIdorg.objectweb.dream |
ArtifactId | ArtifactIdparent |
Last Version | Last Version3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionThe Dream framework parent project
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.
|
Project Organization |
Project OrganizationObjectWeb Consortium |
Filename | Size |
---|---|
parent-3.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.dream/parent/ -->
<dependency>
<groupId>org.objectweb.dream</groupId>
<artifactId>parent</artifactId>
<version>3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.dream/parent/
implementation 'org.objectweb.dream:parent:3'
// https://jarcasting.com/artifacts/org.objectweb.dream/parent/
implementation ("org.objectweb.dream:parent:3")
'org.objectweb.dream:parent:pom:3'
<dependency org="org.objectweb.dream" name="parent" rev="3">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.dream', module='parent', version='3')
)
libraryDependencies += "org.objectweb.dream" % "parent" % "3"
[org.objectweb.dream/parent "3"]