Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.apache.knox |
ArtifactId | ArtifactIdgateway-service-remoteconfig |
Version | Version1.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.knox/gateway-service-remoteconfig/ -->
<dependency>
<groupId>org.apache.knox</groupId>
<artifactId>gateway-service-remoteconfig</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.knox/gateway-service-remoteconfig/
implementation 'org.apache.knox:gateway-service-remoteconfig:1.3.0'
// https://jarcasting.com/artifacts/org.apache.knox/gateway-service-remoteconfig/
implementation ("org.apache.knox:gateway-service-remoteconfig:1.3.0")
'org.apache.knox:gateway-service-remoteconfig:jar:1.3.0'
<dependency org="org.apache.knox" name="gateway-service-remoteconfig" rev="1.3.0">
<artifact name="gateway-service-remoteconfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.knox', module='gateway-service-remoteconfig', version='1.3.0')
)
libraryDependencies += "org.apache.knox" % "gateway-service-remoteconfig" % "1.3.0"
[org.apache.knox/gateway-service-remoteconfig "1.3.0"]