Jar examples for s:sbt
sbt is an interactive build tool
You can download jar file sbt 1.0.0 in this page.
Apache-2.0
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'
Click the following link to download the jar file.
sbt-1.0.0.jar