Download versions-4.0.0-M1.jar file - Jar v

Jar examples for v:versions

Description

Utility to stop writing awful Build.VERSION based nonsense.

You can download jar file versions 4.0.0-M1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add versions-4.0.0-M1.jar to your project.

<dependency>
   <groupId>org.hammerlab.sbt</groupId>
   <artifactId>versions</artifactId>
   <version>4.0.0-M1</version>
</dependency>
compile group: 'org.hammerlab.sbt', name: 'versions', version: '4.0.0-M1'
libraryDependencies += "org.hammerlab.sbt" % "versions" % "4.0.0-M1"
<dependency org="org.hammerlab.sbt" name="versions" rev="4.0.0-M1"/>
@Grapes(@Grab(group='org.hammerlab.sbt', module='versions', version='4.0.0-M1'))
'org.hammerlab.sbt:versions:jar:4.0.0-M1'

Download

Click the following link to download the jar file.

versions-4.0.0-M1-javadoc.jar
versions-4.0.0-M1-sources.jar
versions-4.0.0-M1.jar
versions-4.0.0-M1.pom



Related Tutorials