Download myfaces-api-1.2.9.jar file - Jar m

Jar examples for m:myfaces-api

Description

The MyFaces API Subproject provides a full set of the API interfaces and classes defined in JSR-127 (see also http://www.jcp.org/en/jsr/detail?id=127).

You can download jar file myfaces-api 1.2.9 in this page.

License

Apache License

Build File

You can use the following script to add myfaces-api-1.2.9.jar to your project.

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

Download

Click the following link to download the jar file.

myfaces-api-1.2.9-javadoc.jar
myfaces-api-1.2.9-sources.jar
myfaces-api-1.2.9-tests.jar
myfaces-api-1.2.9.jar
myfaces-api-1.2.9.pom



Related Tutorials