License |
License |
---|---|
GroupId | GroupIdorg.objectweb.dream.dreamannotation |
ArtifactId | ArtifactIdparent |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionDream Annotation parent project
Dream Annotation is an extension of Fraclet Annotation to generate code
related to activities managed in Dream Components.
|
Project Organization |
Project OrganizationObjectWeb Consortium |
Filename | Size |
---|---|
parent-1.0.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.dream.dreamannotation/parent/ -->
<dependency>
<groupId>org.objectweb.dream.dreamannotation</groupId>
<artifactId>parent</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.dream.dreamannotation/parent/
implementation 'org.objectweb.dream.dreamannotation:parent:1.0.2'
// https://jarcasting.com/artifacts/org.objectweb.dream.dreamannotation/parent/
implementation ("org.objectweb.dream.dreamannotation:parent:1.0.2")
'org.objectweb.dream.dreamannotation:parent:pom:1.0.2'
<dependency org="org.objectweb.dream.dreamannotation" name="parent" rev="1.0.2">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.dream.dreamannotation', module='parent', version='1.0.2')
)
libraryDependencies += "org.objectweb.dream.dreamannotation" % "parent" % "1.0.2"
[org.objectweb.dream.dreamannotation/parent "1.0.2"]