| Категории |
КатегорииAnt Компиляция и сборка |
|---|---|
| Группа | Группаcom.ibm.sbt |
| Идентификатор | Идентификаторgrantaccess.webapp |
| Версия | Версия1.1.11.20151208-1200 |
| Тип | Типwar |
<!-- https://jarcasting.com/artifacts/com.ibm.sbt/grantaccess.webapp/ -->
<dependency>
<groupId>com.ibm.sbt</groupId>
<artifactId>grantaccess.webapp</artifactId>
<version>1.1.11.20151208-1200</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.sbt/grantaccess.webapp/
implementation 'com.ibm.sbt:grantaccess.webapp:1.1.11.20151208-1200'
// https://jarcasting.com/artifacts/com.ibm.sbt/grantaccess.webapp/
implementation ("com.ibm.sbt:grantaccess.webapp:1.1.11.20151208-1200")
'com.ibm.sbt:grantaccess.webapp:war:1.1.11.20151208-1200'
<dependency org="com.ibm.sbt" name="grantaccess.webapp" rev="1.1.11.20151208-1200">
<artifact name="grantaccess.webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='com.ibm.sbt', module='grantaccess.webapp', version='1.1.11.20151208-1200')
)
libraryDependencies += "com.ibm.sbt" % "grantaccess.webapp" % "1.1.11.20151208-1200"
[com.ibm.sbt/grantaccess.webapp "1.1.11.20151208-1200"]