Download sbt-1.1.1.jar file - Jar s

Jar examples for s:sbt

Description

sbt is an interactive build tool

You can download jar file sbt 1.1.1 in this page.

License

Apache-2.0

Build File

You can use the following script to add sbt-1.1.1.jar to your project.

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

Download

Click the following link to download the jar file.

sbt-1.1.1-javadoc.jar
sbt-1.1.1-sources.jar
sbt-1.1.1.jar
sbt-1.1.1.pom



Related Tutorials