License |
License |
---|---|
Categories |
CategoriesCLI User Interface config Application Layer Libs Configuration |
GroupId | GroupIdcom.kloudtek.enterprisecloudconfig |
ArtifactId | ArtifactIdenterprise-cloud-config-client |
Last Version | Last Version0.9.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEnterprise Cloud Config Client
Enterprise Cloud Config expands on spring-cloud-config to provide additional capabilities as well as non-spring-boot clients
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.kloudtek.enterprisecloudconfig/enterprise-cloud-config-client/ -->
<dependency>
<groupId>com.kloudtek.enterprisecloudconfig</groupId>
<artifactId>enterprise-cloud-config-client</artifactId>
<version>0.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.kloudtek.enterprisecloudconfig/enterprise-cloud-config-client/
implementation 'com.kloudtek.enterprisecloudconfig:enterprise-cloud-config-client:0.9.4'
// https://jarcasting.com/artifacts/com.kloudtek.enterprisecloudconfig/enterprise-cloud-config-client/
implementation ("com.kloudtek.enterprisecloudconfig:enterprise-cloud-config-client:0.9.4")
'com.kloudtek.enterprisecloudconfig:enterprise-cloud-config-client:jar:0.9.4'
<dependency org="com.kloudtek.enterprisecloudconfig" name="enterprise-cloud-config-client" rev="0.9.4">
<artifact name="enterprise-cloud-config-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kloudtek.enterprisecloudconfig', module='enterprise-cloud-config-client', version='0.9.4')
)
libraryDependencies += "com.kloudtek.enterprisecloudconfig" % "enterprise-cloud-config-client" % "0.9.4"
[com.kloudtek.enterprisecloudconfig/enterprise-cloud-config-client "0.9.4"]
Group / Artifact | Type | Version |
---|---|---|
com.kloudtek.ktutils : ktutils-core | jar | 1.2.16 |
com.kloudtek.ktutils : ktutils-io | jar | 1.2.16 |
com.fasterxml.jackson.jr : jackson-jr-objects | jar | 2.9.0 |
org.apache.httpcomponents : httpclient | jar | 4.5.3 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-beans | jar | 5.0.2.RELEASE |
org.springframework : spring-context | jar | 5.0.2.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.0.0.M6 |
org.springframework.cloud : spring-cloud-config-server | jar | 2.0.0.M4 |