is not current version
Last Version 1.0.9

org.apache.myfaces.buildtools:myfaces-builder-annotations 1.0.2

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.

GroupId

GroupId

org.apache.myfaces.buildtools
ArtifactId

ArtifactId

myfaces-builder-annotations
Version

Version

1.0.2
Type

Type

jar

Download myfaces-builder-annotations 1.0.2


<!-- 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.buildtools/myfaces-builder-annotations/
implementation 'org.apache.myfaces.buildtools:myfaces-builder-annotations:1.0.2'
// https://jarcasting.com/artifacts/org.apache.myfaces.buildtools/myfaces-builder-annotations/
implementation ("org.apache.myfaces.buildtools:myfaces-builder-annotations:1.0.2")
'org.apache.myfaces.buildtools:myfaces-builder-annotations:jar:1.0.2'
<dependency org="org.apache.myfaces.buildtools" name="myfaces-builder-annotations" rev="1.0.2">
  <artifact name="myfaces-builder-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.buildtools', module='myfaces-builder-annotations', version='1.0.2')
)
libraryDependencies += "org.apache.myfaces.buildtools" % "myfaces-builder-annotations" % "1.0.2"
[org.apache.myfaces.buildtools/myfaces-builder-annotations "1.0.2"]