License |
License |
---|---|
GroupId | GroupIdorg.apache.myfaces.buildtools |
ArtifactId | ArtifactIdmyfaces-builder-annotations |
Last Version | Last Version1.0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache MyFaces Buildtools Maven2 Builder Annotations
A set of Java 1.5 Annotation classes that can be applied to classes that are
intended to be JSF components, validators, etc. The maven-builder-plugin will
recognise these annotations and process the class appropriately.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.myfaces.buildtools/myfaces-builder-annotations/ -->
<dependency>
<groupId>org.apache.myfaces.buildtools</groupId>
<artifactId>myfaces-builder-annotations</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.buildtools/myfaces-builder-annotations/
implementation 'org.apache.myfaces.buildtools:myfaces-builder-annotations:1.0.9'
// https://jarcasting.com/artifacts/org.apache.myfaces.buildtools/myfaces-builder-annotations/
implementation ("org.apache.myfaces.buildtools:myfaces-builder-annotations:1.0.9")
'org.apache.myfaces.buildtools:myfaces-builder-annotations:jar:1.0.9'
<dependency org="org.apache.myfaces.buildtools" name="myfaces-builder-annotations" rev="1.0.9">
<artifact name="myfaces-builder-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.buildtools', module='myfaces-builder-annotations', version='1.0.9')
)
libraryDependencies += "org.apache.myfaces.buildtools" % "myfaces-builder-annotations" % "1.0.9"
[org.apache.myfaces.buildtools/myfaces-builder-annotations "1.0.9"]