Download myfaces-api-2.0.0-alpha.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 2.0.0-alpha in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

myfaces-api-2.0.0-alpha-javadoc.jar
myfaces-api-2.0.0-alpha-sources.jar
myfaces-api-2.0.0-alpha-tests.jar
myfaces-api-2.0.0-alpha.jar
myfaces-api-2.0.0-alpha.pom



Related Tutorials