| GroupId | GroupIdcom.ibm.sbt | 
|---|---|
| ArtifactId | ArtifactIdsbt.bootstrap211 | 
| Version | Version1.0.2.20140527-1807 | 
| Type | Typewar | 
| Filename | Size | 
|---|---|
| sbt.bootstrap211-1.0.2.20140527-1807.pom | |
| sbt.bootstrap211-1.0.2.20140527-1807.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.0.2.20140527-1807</version>
    <type>war</type>
</dependency>// https://jarcasting.com/artifacts/com.ibm.sbt/sbt.bootstrap211/
implementation 'com.ibm.sbt:sbt.bootstrap211:1.0.2.20140527-1807'// https://jarcasting.com/artifacts/com.ibm.sbt/sbt.bootstrap211/
implementation ("com.ibm.sbt:sbt.bootstrap211:1.0.2.20140527-1807")'com.ibm.sbt:sbt.bootstrap211:war:1.0.2.20140527-1807'<dependency org="com.ibm.sbt" name="sbt.bootstrap211" rev="1.0.2.20140527-1807">
  <artifact name="sbt.bootstrap211" type="war" />
</dependency>@Grapes(
@Grab(group='com.ibm.sbt', module='sbt.bootstrap211', version='1.0.2.20140527-1807')
)libraryDependencies += "com.ibm.sbt" % "sbt.bootstrap211" % "1.0.2.20140527-1807"[com.ibm.sbt/sbt.bootstrap211 "1.0.2.20140527-1807"]