Download sbt-1.0.0.jar file - Jar s

Jar examples for s:sbt

Description

sbt is an interactive build tool

You can download jar file sbt 1.0.0 in this page.

License

Apache-2.0

Build File

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

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

Download

Click the following link to download the jar file.

sbt-1.0.0.jar
sbt-1.0.0-javadoc.jar
sbt-1.0.0.pom
sbt-1.0.0-sources.jar



Related Tutorials