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