| GroupId | GroupIdorg.objectweb.fractal.fraclet |
|---|---|
| ArtifactId | ArtifactIdxdoclet-plugin-fractal |
| Last Version | Last Version2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFractal XDoclet2 Plugin
This plugin provides a xdoclet support to fractal components. Theses doclets allow the developer to generate automatically the content class callbacks and the FractalADL descriptors of fractal components.
|
| Filename | Size |
|---|---|
| xdoclet-plugin-fractal-2.1.pom | |
| xdoclet-plugin-fractal-2.1.jar | 70 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.fractal.fraclet/xdoclet-plugin-fractal/ -->
<dependency>
<groupId>org.objectweb.fractal.fraclet</groupId>
<artifactId>xdoclet-plugin-fractal</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.fraclet/xdoclet-plugin-fractal/
implementation 'org.objectweb.fractal.fraclet:xdoclet-plugin-fractal:2.1'
// https://jarcasting.com/artifacts/org.objectweb.fractal.fraclet/xdoclet-plugin-fractal/
implementation ("org.objectweb.fractal.fraclet:xdoclet-plugin-fractal:2.1")
'org.objectweb.fractal.fraclet:xdoclet-plugin-fractal:jar:2.1'
<dependency org="org.objectweb.fractal.fraclet" name="xdoclet-plugin-fractal" rev="2.1">
<artifact name="xdoclet-plugin-fractal" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.fraclet', module='xdoclet-plugin-fractal', version='2.1')
)
libraryDependencies += "org.objectweb.fractal.fraclet" % "xdoclet-plugin-fractal" % "2.1"
[org.objectweb.fractal.fraclet/xdoclet-plugin-fractal "2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| xdoclet : xdoclet | jar | 2.0.5-SNAPSHOT |
| org.objectweb.fractal : fractal | jar | 2.0.3 |