Download myfaces-builder-annotations-1.0.6.jar file - Jar m

Jar examples for m:myfaces-builder-annotations

Description

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.

You can download jar file myfaces-builder-annotations 1.0.6 in this page.

License

Apache License

Build File

You can use the following script to add myfaces-builder-annotations-1.0.6.jar to your project.

<dependency>
   <groupId>org.apache.myfaces.buildtools</groupId>
   <artifactId>myfaces-builder-annotations</artifactId>
   <version>1.0.6</version>
</dependency>
compile group: 'org.apache.myfaces.buildtools', name: 'myfaces-builder-annotations', version: '1.0.6'
libraryDependencies += "org.apache.myfaces.buildtools" % "myfaces-builder-annotations" % "1.0.6"
<dependency org="org.apache.myfaces.buildtools" name="myfaces-builder-annotations" rev="1.0.6"/>
@Grapes(@Grab(group='org.apache.myfaces.buildtools', module='myfaces-builder-annotations', version='1.0.6'))
'org.apache.myfaces.buildtools:myfaces-builder-annotations:jar:1.0.6'

Download

Click the following link to download the jar file.

myfaces-builder-annotations-1.0.6-javadoc.jar
myfaces-builder-annotations-1.0.6-sources.jar
myfaces-builder-annotations-1.0.6.jar
myfaces-builder-annotations-1.0.6.pom



Related Tutorials