Download myfaces-builder-annotations-1.0.2.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.2 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials