Download myfaces-master-1.0.5.jar file - Jar m

Jar examples for m:myfaces-master

Description

This is a master POM that is meant to be used by the various MyFaces modules. It contains information that is common to all projects.

You can download jar file myfaces-master 1.0.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add myfaces-master-1.0.5.jar to your project.

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

Download

Click the following link to download the jar file.

myfaces-master-1.0.5.pom



Related Tutorials