Download myfaces-build-1.2.0.jar file - Jar m

Jar examples for m:myfaces-build

Description

Apache MyFaces 1.2 Core Build

You can download jar file myfaces-build 1.2.0 in this page.

License

Apache License

Build File

You can use the following script to add myfaces-build-1.2.0.jar to your project.

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

Download

Click the following link to download the jar file.

myfaces-build-1.2.0-sources.jar
myfaces-build-1.2.0.jar
myfaces-build-1.2.0.pom



Related Tutorials