MVN

org.objectweb.dream.dreamannotation : dream-annotation

Maven & Gradle

Feb 28, 2008
5 usages

Dream 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.

<dependency>
    <groupId>org.objectweb.dream.dreamannotation</groupId>
    <artifactId>dream-annotation</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.objectweb.dream.dreamannotation : dream-annotation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of org.objectweb.dream.dreamannotation : dream-annotation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
dream-annotation-1.0.3
dream-annotation-1.0.2

How to add a dependency to Maven

Add the following org.objectweb.dream.dreamannotation : dream-annotation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.objectweb.dream.dreamannotation</groupId>
    <artifactId>dream-annotation</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.objectweb.dream.dreamannotation : dream-annotation gradle dependency to your build.gradle file:

implementation 'org.objectweb.dream.dreamannotation:dream-annotation:1.0.3'

Gradle Kotlin DSL: Add the following org.objectweb.dream.dreamannotation : dream-annotation gradle kotlin dependency to your build.gradle.kts file:

implementation("org.objectweb.dream.dreamannotation:dream-annotation:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.objectweb.dream.dreamannotation : dream-annotation sbt scala dependency to your build.sbt file:

libraryDependencies += "org.objectweb.dream.dreamannotation" % "dream-annotation" % "1.0.3"

Advertisement