| License | License | 
|---|---|
| GroupId | GroupIdorg.objectweb.dream.dreamlib | 
| ArtifactId | ArtifactIdparent | 
| Last Version | Last Version3 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionDream Library parent project dreamlib provides a library of components that can be used to build
    communication middleware (e.g. queues, channels, protocols) | 
| Project Organization | Project OrganizationObjectWeb Consortium | 
| Filename | Size | 
|---|---|
| parent-3.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.objectweb.dream.dreamlib/parent/ -->
<dependency>
    <groupId>org.objectweb.dream.dreamlib</groupId>
    <artifactId>parent</artifactId>
    <version>3</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.objectweb.dream.dreamlib/parent/
implementation 'org.objectweb.dream.dreamlib:parent:3'// https://jarcasting.com/artifacts/org.objectweb.dream.dreamlib/parent/
implementation ("org.objectweb.dream.dreamlib:parent:3")'org.objectweb.dream.dreamlib:parent:pom:3'<dependency org="org.objectweb.dream.dreamlib" name="parent" rev="3">
  <artifact name="parent" type="pom" />
</dependency>@Grapes(
@Grab(group='org.objectweb.dream.dreamlib', module='parent', version='3')
)libraryDependencies += "org.objectweb.dream.dreamlib" % "parent" % "3"[org.objectweb.dream.dreamlib/parent "3"]