f

fraclet-annotation

This plugin provides annotations support to fractal components. Thes annotations allow the developer to generate automatically the content class callbacks and the FractalADL descriptors of fractal components.
Nicolas Pessemier
Files download
File Operation
fraclet-annotation-2.0.jar download
fraclet-annotation-2.0.pom download
Apache Maven
<dependency>
  <groupId>org.objectweb.fractal.fraclet</groupId>
  <artifactId>fraclet-annotation</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'org.objectweb.fractal.fraclet:fraclet-annotation:2.0'
Gradle Kotlin
implementation("org.objectweb.fractal.fraclet:fraclet-annotation:2.0")
Scala SBT
libraryDependencies += "org.objectweb.fractal.fraclet" % "fraclet-annotation" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.objectweb.fractal.fraclet', module='fraclet-annotation', version='2.0')
)
Apache Ivy
<dependency org="org.objectweb.fractal.fraclet" name="fraclet-annotation" rev="2.0" />
Leiningen
[org.objectweb.fractal.fraclet/fraclet-annotation "2.0"]
Apache Buildr
'org.objectweb.fractal.fraclet:fraclet-annotation:jar:2.0'