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