Download myfaces-api-1.1.0.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.1.0 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

myfaces-api-1.1.0.jar
myfaces-api-1.1.0.pom



Related Tutorials