GroupId | GroupIdorg.apache.knox |
---|---|
ArtifactId | ArtifactIdgateway-test-release-utils |
Version | Version0.12.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.knox/gateway-test-release-utils/ -->
<dependency>
<groupId>org.apache.knox</groupId>
<artifactId>gateway-test-release-utils</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.knox/gateway-test-release-utils/
implementation 'org.apache.knox:gateway-test-release-utils:0.12.0'
// https://jarcasting.com/artifacts/org.apache.knox/gateway-test-release-utils/
implementation ("org.apache.knox:gateway-test-release-utils:0.12.0")
'org.apache.knox:gateway-test-release-utils:jar:0.12.0'
<dependency org="org.apache.knox" name="gateway-test-release-utils" rev="0.12.0">
<artifact name="gateway-test-release-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.knox', module='gateway-test-release-utils', version='0.12.0')
)
libraryDependencies += "org.apache.knox" % "gateway-test-release-utils" % "0.12.0"
[org.apache.knox/gateway-test-release-utils "0.12.0"]