License |
License |
---|---|
GroupId | GroupIdorg.objectweb.dream.dreamannotation |
ArtifactId | ArtifactIddream-annotation |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDream Annotation
Dream Annotation is an extension of Fraclet Annotation 2.0 to generate
code related to activities managed in Dream Components. It adds the
following annotations : @DreamComponent, @DreamMonolog and @DreamLifeCycle.
This version adds inheritance for the @DreamMonolog annotation.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
dream-annotation-1.0.3.pom | |
dream-annotation-1.0.3.jar | 112 KB |
dream-annotation-1.0.3-sources.jar | 78 KB |
dream-annotation-1.0.3-javadoc.jar | 307 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.dream.dreamannotation/dream-annotation/ -->
<dependency>
<groupId>org.objectweb.dream.dreamannotation</groupId>
<artifactId>dream-annotation</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.dream.dreamannotation/dream-annotation/
implementation 'org.objectweb.dream.dreamannotation:dream-annotation:1.0.3'
// https://jarcasting.com/artifacts/org.objectweb.dream.dreamannotation/dream-annotation/
implementation ("org.objectweb.dream.dreamannotation:dream-annotation:1.0.3")
'org.objectweb.dream.dreamannotation:dream-annotation:jar:1.0.3'
<dependency org="org.objectweb.dream.dreamannotation" name="dream-annotation" rev="1.0.3">
<artifact name="dream-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.dream.dreamannotation', module='dream-annotation', version='1.0.3')
)
libraryDependencies += "org.objectweb.dream.dreamannotation" % "dream-annotation" % "1.0.3"
[org.objectweb.dream.dreamannotation/dream-annotation "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.objectweb.fractal.fraclet.annotation : fractal-spoonlet | jar | 2.0.2 |
org.objectweb.monolog : monolog | jar | 1.8 |
fr.inria.gforge.spoon : aval | jar | 0.7.1 |
org.objectweb.fractal : fractal-api | jar | 2.0.2 |
fr.inria.gforge.spoon : spoon-core | jar | 1.2 |