Categories |
CategoriesCLI User Interface config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.apache.servicecomb |
ArtifactId | ArtifactIdconfig-kie-client |
Version | Version2.1.5 |
Type | Typejar |
Filename | Size |
---|---|
config-kie-client-2.1.5.pom | |
config-kie-client-2.1.5.jar | 26 KB |
config-kie-client-2.1.5-sources.jar | 21 KB |
config-kie-client-2.1.5-javadoc.jar | 108 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.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/config-kie-client/
implementation 'org.apache.servicecomb:config-kie-client:2.1.5'
// https://jarcasting.com/artifacts/org.apache.servicecomb/config-kie-client/
implementation ("org.apache.servicecomb:config-kie-client:2.1.5")
'org.apache.servicecomb:config-kie-client:jar:2.1.5'
<dependency org="org.apache.servicecomb" name="config-kie-client" rev="2.1.5">
<artifact name="config-kie-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='config-kie-client', version='2.1.5')
)
libraryDependencies += "org.apache.servicecomb" % "config-kie-client" % "2.1.5"
[org.apache.servicecomb/config-kie-client "2.1.5"]