Download pom-util-0.1.jar file - Jar p

Jar examples for p:pom-util

Description

A library for reading Maven POM files.

You can download jar file pom-util 0.1 in this page.

License

The (New) BSD License

Build File

You can use the following script to add pom-util-0.1.jar to your project.

<dependency>
   <groupId>com.samskivert</groupId>
   <artifactId>pom-util</artifactId>
   <version>0.1</version>
</dependency>
compile group: 'com.samskivert', name: 'pom-util', version: '0.1'
libraryDependencies += "com.samskivert" % "pom-util" % "0.1"
<dependency org="com.samskivert" name="pom-util" rev="0.1"/>
@Grapes(@Grab(group='com.samskivert', module='pom-util', version='0.1'))
'com.samskivert:pom-util:jar:0.1'

Download

Click the following link to download the jar file.

pom-util-0.1-javadoc.jar
pom-util-0.1-sources.jar
pom-util-0.1.jar
pom-util-0.1.pom



Related Tutorials