MVN

org.objectweb.dream : parent

Maven & Gradle

Dec 04, 2008

The 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.

<dependency>
    <groupId>org.objectweb.dream</groupId>
    <artifactId>parent</artifactId>
    <version>3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.objectweb.dream : parent to add to Maven - Latest Versions:

  • Latest Stable: 3

All Versions

Choose a version of org.objectweb.dream : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
3
parent-3
2.0
parent-2.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.objectweb.dream</groupId>
    <artifactId>parent</artifactId>
    <version>3</version>
</dependency>