Download common.core-0.1.2.jar file - Jar c

Jar examples for c:common

Description

Common core classes for vatbub projects. Includes a logger and a preference storage among others

You can download jar file common.core 0.1.2 in this page.

License

Apache License

Build File

You can use the following script to add common.core-0.1.2.jar to your project.

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

Download

Click the following link to download the jar file.

common.core-0.1.2-javadoc.jar
common.core-0.1.2-sources.jar
common.core-0.1.2.jar
common.core-0.1.2.pom



Related Tutorials