Categories |
CategoriesCLI User Interface config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.apache.servicecomb |
ArtifactId | ArtifactIdconfig-kie-client |
Version | Version2.5.0 |
Type | Typejar |
Filename | Size |
---|---|
config-kie-client-2.5.0.pom | |
config-kie-client-2.5.0.jar | 30 KB |
config-kie-client-2.5.0-sources.jar | 23 KB |
config-kie-client-2.5.0-javadoc.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicecomb/config-kie-client/ -->
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>config-kie-client</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/config-kie-client/
implementation 'org.apache.servicecomb:config-kie-client:2.5.0'
// https://jarcasting.com/artifacts/org.apache.servicecomb/config-kie-client/
implementation ("org.apache.servicecomb:config-kie-client:2.5.0")
'org.apache.servicecomb:config-kie-client:jar:2.5.0'
<dependency org="org.apache.servicecomb" name="config-kie-client" rev="2.5.0">
<artifact name="config-kie-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='config-kie-client', version='2.5.0')
)
libraryDependencies += "org.apache.servicecomb" % "config-kie-client" % "2.5.0"
[org.apache.servicecomb/config-kie-client "2.5.0"]