GroupId | GroupIdcom.ibm.sbt |
---|---|
ArtifactId | ArtifactIdcom.ibm.sbt.web |
Version | Version1.1.12.20161007-1200 |
Type | Typewar |
Description |
Description |
<!-- https://jarcasting.com/artifacts/com.ibm.sbt/com.ibm.sbt.web/ -->
<dependency>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt.web</artifactId>
<version>1.1.12.20161007-1200</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.sbt/com.ibm.sbt.web/
implementation 'com.ibm.sbt:com.ibm.sbt.web:1.1.12.20161007-1200'
// https://jarcasting.com/artifacts/com.ibm.sbt/com.ibm.sbt.web/
implementation ("com.ibm.sbt:com.ibm.sbt.web:1.1.12.20161007-1200")
'com.ibm.sbt:com.ibm.sbt.web:war:1.1.12.20161007-1200'
<dependency org="com.ibm.sbt" name="com.ibm.sbt.web" rev="1.1.12.20161007-1200">
<artifact name="com.ibm.sbt.web" type="war" />
</dependency>
@Grapes(
@Grab(group='com.ibm.sbt', module='com.ibm.sbt.web', version='1.1.12.20161007-1200')
)
libraryDependencies += "com.ibm.sbt" % "com.ibm.sbt.web" % "1.1.12.20161007-1200"
[com.ibm.sbt/com.ibm.sbt.web "1.1.12.20161007-1200"]