GroupId | GroupIdorg.apache.knox |
---|---|
ArtifactId | ArtifactIdgateway-service-as |
Version | Version0.13.0 |
Type | Typejar |
Filename | Size |
---|---|
gateway-service-as-0.13.0.pom | |
gateway-service-as-0.13.0.jar | 11 KB |
gateway-service-as-0.13.0-sources.jar | 9 KB |
gateway-service-as-0.13.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>0.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.knox/gateway-service-as/
implementation 'org.apache.knox:gateway-service-as:0.13.0'
// https://jarcasting.com/artifacts/org.apache.knox/gateway-service-as/
implementation ("org.apache.knox:gateway-service-as:0.13.0")
'org.apache.knox:gateway-service-as:jar:0.13.0'
<dependency org="org.apache.knox" name="gateway-service-as" rev="0.13.0">
<artifact name="gateway-service-as" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.knox', module='gateway-service-as', version='0.13.0')
)
libraryDependencies += "org.apache.knox" % "gateway-service-as" % "0.13.0"
[org.apache.knox/gateway-service-as "0.13.0"]