| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdcom.ibm.sbt |
| ArtifactId | ArtifactIdgrantaccess.webapp |
| Version | Version1.0.1 |
| Type | Typewar |
| Filename | Size |
|---|---|
| grantaccess.webapp-1.0.1.pom | |
| grantaccess.webapp-1.0.1.war | 2 MB |
| grantaccess.webapp-1.0.1-sources.jar | 3 KB |
| grantaccess.webapp-1.0.1-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ibm.sbt/grantaccess.webapp/ -->
<dependency>
<groupId>com.ibm.sbt</groupId>
<artifactId>grantaccess.webapp</artifactId>
<version>1.0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.sbt/grantaccess.webapp/
implementation 'com.ibm.sbt:grantaccess.webapp:1.0.1'
// https://jarcasting.com/artifacts/com.ibm.sbt/grantaccess.webapp/
implementation ("com.ibm.sbt:grantaccess.webapp:1.0.1")
'com.ibm.sbt:grantaccess.webapp:war:1.0.1'
<dependency org="com.ibm.sbt" name="grantaccess.webapp" rev="1.0.1">
<artifact name="grantaccess.webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='com.ibm.sbt', module='grantaccess.webapp', version='1.0.1')
)
libraryDependencies += "com.ibm.sbt" % "grantaccess.webapp" % "1.0.1"
[com.ibm.sbt/grantaccess.webapp "1.0.1"]