| License |
License |
|---|---|
| GroupId | GroupIdorg.objectweb.dream.dreamadl |
| ArtifactId | ArtifactIdparent |
| Last Version | Last Version2.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionDream ADL parent project
Dream ADL parent module : it contains dream-adl (main module),
maven-check-adl-plugin and some examples.
|
| Project Organization |
Project OrganizationObjectWeb Consortium |
| Filename | Size |
|---|---|
| parent-2.2.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.dream.dreamadl/parent/ -->
<dependency>
<groupId>org.objectweb.dream.dreamadl</groupId>
<artifactId>parent</artifactId>
<version>2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.dream.dreamadl/parent/
implementation 'org.objectweb.dream.dreamadl:parent:2.2'
// https://jarcasting.com/artifacts/org.objectweb.dream.dreamadl/parent/
implementation ("org.objectweb.dream.dreamadl:parent:2.2")
'org.objectweb.dream.dreamadl:parent:pom:2.2'
<dependency org="org.objectweb.dream.dreamadl" name="parent" rev="2.2">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.dream.dreamadl', module='parent', version='2.2')
)
libraryDependencies += "org.objectweb.dream.dreamadl" % "parent" % "2.2"
[org.objectweb.dream.dreamadl/parent "2.2"]