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