m

myfaces-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.
Files download
File Operation
myfaces-builder-annotations-1.0.6.jar download
myfaces-builder-annotations-1.0.6.pom download
myfaces-builder-annotations-1.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.myfaces.buildtools</groupId>
  <artifactId>myfaces-builder-annotations</artifactId>
  <version>1.0.6</version>
</dependency>
Gradle Groovy
implementation 'org.apache.myfaces.buildtools:myfaces-builder-annotations:1.0.6'
Gradle Kotlin
implementation("org.apache.myfaces.buildtools:myfaces-builder-annotations:1.0.6")
Scala SBT
libraryDependencies += "org.apache.myfaces.buildtools" % "myfaces-builder-annotations" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.myfaces.buildtools', module='myfaces-builder-annotations', version='1.0.6')
)
Apache Ivy
<dependency org="org.apache.myfaces.buildtools" name="myfaces-builder-annotations" rev="1.0.6" />
Leiningen
[org.apache.myfaces.buildtools/myfaces-builder-annotations "1.0.6"]
Apache Buildr
'org.apache.myfaces.buildtools:myfaces-builder-annotations:jar:1.0.6'