| GroupId | GroupIdcom.ibm.sbt | 
|---|---|
| ArtifactId | ArtifactIdsbt.bootstrap211 | 
| Version | Version1.1.0.20140717-1200 | 
| Type | Typewar | 
| Filename | Size | 
|---|---|
| sbt.bootstrap211-1.1.0.20140717-1200.pom | |
| sbt.bootstrap211-1.1.0.20140717-1200.war | 98 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.ibm.sbt/sbt.bootstrap211/ -->
<dependency>
    <groupId>com.ibm.sbt</groupId>
    <artifactId>sbt.bootstrap211</artifactId>
    <version>1.1.0.20140717-1200</version>
    <type>war</type>
</dependency>// https://jarcasting.com/artifacts/com.ibm.sbt/sbt.bootstrap211/
implementation 'com.ibm.sbt:sbt.bootstrap211:1.1.0.20140717-1200'// https://jarcasting.com/artifacts/com.ibm.sbt/sbt.bootstrap211/
implementation ("com.ibm.sbt:sbt.bootstrap211:1.1.0.20140717-1200")'com.ibm.sbt:sbt.bootstrap211:war:1.1.0.20140717-1200'<dependency org="com.ibm.sbt" name="sbt.bootstrap211" rev="1.1.0.20140717-1200">
  <artifact name="sbt.bootstrap211" type="war" />
</dependency>@Grapes(
@Grab(group='com.ibm.sbt', module='sbt.bootstrap211', version='1.1.0.20140717-1200')
)libraryDependencies += "com.ibm.sbt" % "sbt.bootstrap211" % "1.1.0.20140717-1200"[com.ibm.sbt/sbt.bootstrap211 "1.1.0.20140717-1200"]