| License |
License |
|---|---|
| GroupId | GroupIdorg.objectweb.dream.dreamcore |
| ArtifactId | ArtifactIdparent |
| Last Version | Last Version3 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionDream Core parent project
The dream-core project aims at defining abstractions commonly used in communication middleware (e.g. messages, activities).
|
| Project Organization |
Project OrganizationObjectWeb Consortium |
| Filename | Size |
|---|---|
| parent-3.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.dream.dreamcore/parent/ -->
<dependency>
<groupId>org.objectweb.dream.dreamcore</groupId>
<artifactId>parent</artifactId>
<version>3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.dream.dreamcore/parent/
implementation 'org.objectweb.dream.dreamcore:parent:3'
// https://jarcasting.com/artifacts/org.objectweb.dream.dreamcore/parent/
implementation ("org.objectweb.dream.dreamcore:parent:3")
'org.objectweb.dream.dreamcore:parent:pom:3'
<dependency org="org.objectweb.dream.dreamcore" name="parent" rev="3">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.dream.dreamcore', module='parent', version='3')
)
libraryDependencies += "org.objectweb.dream.dreamcore" % "parent" % "3"
[org.objectweb.dream.dreamcore/parent "3"]