Download commons-version-1.0.0.jar file - Jar c

Jar examples for c:commons-version

Description

The module contains a simple representation of software versioning.

You can download jar file commons-version 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

commons-version-1.0.0-javadoc.jar
commons-version-1.0.0-sources.jar
commons-version-1.0.0.jar
commons-version-1.0.0.pom



Related Tutorials