GroupId | GroupIdorg.apache.knox |
---|---|
ArtifactId | ArtifactIdgateway-service-as |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
gateway-service-as-1.3.0.pom | |
gateway-service-as-1.3.0.jar | 11 KB |
gateway-service-as-1.3.0-sources.jar | 11 KB |
gateway-service-as-1.3.0-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.knox/gateway-service-as/ -->
<dependency>
<groupId>org.apache.knox</groupId>
<artifactId>gateway-service-as</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.knox/gateway-service-as/
implementation 'org.apache.knox:gateway-service-as:1.3.0'
// https://jarcasting.com/artifacts/org.apache.knox/gateway-service-as/
implementation ("org.apache.knox:gateway-service-as:1.3.0")
'org.apache.knox:gateway-service-as:jar:1.3.0'
<dependency org="org.apache.knox" name="gateway-service-as" rev="1.3.0">
<artifact name="gateway-service-as" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.knox', module='gateway-service-as', version='1.3.0')
)
libraryDependencies += "org.apache.knox" % "gateway-service-as" % "1.3.0"
[org.apache.knox/gateway-service-as "1.3.0"]