Download sbt.bootstrap211-1.0.1.jar file - Jar s

Jar examples for s:sbt

Description

You can download jar file sbt.bootstrap211 1.0.1 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

sbt.bootstrap211-1.0.1.pom



Related Tutorials