Download versions-4.4.0.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.4.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

versions-4.4.0-javadoc.jar
versions-4.4.0-sources.jar
versions-4.4.0.jar
versions-4.4.0.pom



Related Tutorials