Download commons-5.4.0.jar file - Jar c

Jar examples for c:commons

Description

Common Library Functionalities to be used across Orchestrator and ServiceLibrary

You can download jar file commons 5.4.0 in this page.

License

GNU Lesser General Public License ver. 3 or later

Build File

You can use the following script to add commons-5.4.0.jar to your project.

<dependency>
   <groupId>org.apache.tapestry</groupId>
   <artifactId>commons</artifactId>
   <version>5.4.0</version>
</dependency>
compile group: 'org.apache.tapestry', name: 'commons', version: '5.4.0'
libraryDependencies += "org.apache.tapestry" % "commons" % "5.4.0"
<dependency org="org.apache.tapestry" name="commons" rev="5.4.0"/>
@Grapes(@Grab(group='org.apache.tapestry', module='commons', version='5.4.0'))
'org.apache.tapestry:commons:jar:5.4.0'

Download

Click the following link to download the jar file.

commons-5.4.0-sources.jar
commons-5.4.0.jar
commons-5.4.0.pom



Related Tutorials