Download myfaces-bundle-2.2.10.jar file - Jar m

Jar examples for m:myfaces-bundle

Description

This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.

You can download jar file myfaces-bundle 2.2.10 in this page.

License

Apache License

Build File

You can use the following script to add myfaces-bundle-2.2.10.jar to your project.

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

Download

Click the following link to download the jar file.

myfaces-bundle-2.2.10-sources.jar
myfaces-bundle-2.2.10.jar
myfaces-bundle-2.2.10.pom



Related Tutorials