Download jpm-core-1.5.0.jar file - Jar j

Jar examples for j:jpm-core

Description

Core module for jpm

You can download jar file jpm-core 1.5.0 in this page.

Build File

You can use the following script to add jpm-core-1.5.0.jar to your project.

<dependency>
   <groupId>com.github.jpaoletti</groupId>
   <artifactId>jpm-core</artifactId>
   <version>1.5.0</version>
</dependency>
compile group: 'com.github.jpaoletti', name: 'jpm-core', version: '1.5.0'
libraryDependencies += "com.github.jpaoletti" % "jpm-core" % "1.5.0"
<dependency org="com.github.jpaoletti" name="jpm-core" rev="1.5.0"/>
@Grapes(@Grab(group='com.github.jpaoletti', module='jpm-core', version='1.5.0'))
'com.github.jpaoletti:jpm-core:jar:1.5.0'

Download

Click the following link to download the jar file.

jpm-core-1.5.0-javadoc.jar
jpm-core-1.5.0-sources.jar
jpm-core-1.5.0.jar
jpm-core-1.5.0.pom



Related Tutorials