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