| Лицензия |
Лицензия |
|---|---|
| Категории |
Категорииconfig Библиотеки уровня приложения Configuration |
| Группа | Группаcom.kloudtek.enterprisecloudconfig |
| Идентификатор | Идентификаторenterprise-cloud-config-server |
| Последняя версия | Последняя версия0.9.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеEnterprise Cloud Config Server
Enterprise Cloud Config expands on spring-cloud-config to provide additional capabilities as well as non-spring-boot clients
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/com.kloudtek.enterprisecloudconfig/enterprise-cloud-config-server/ -->
<dependency>
<groupId>com.kloudtek.enterprisecloudconfig</groupId>
<artifactId>enterprise-cloud-config-server</artifactId>
<version>0.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.kloudtek.enterprisecloudconfig/enterprise-cloud-config-server/
implementation 'com.kloudtek.enterprisecloudconfig:enterprise-cloud-config-server:0.9.4'
// https://jarcasting.com/artifacts/com.kloudtek.enterprisecloudconfig/enterprise-cloud-config-server/
implementation ("com.kloudtek.enterprisecloudconfig:enterprise-cloud-config-server:0.9.4")
'com.kloudtek.enterprisecloudconfig:enterprise-cloud-config-server:jar:0.9.4'
<dependency org="com.kloudtek.enterprisecloudconfig" name="enterprise-cloud-config-server" rev="0.9.4">
<artifact name="enterprise-cloud-config-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kloudtek.enterprisecloudconfig', module='enterprise-cloud-config-server', version='0.9.4')
)
libraryDependencies += "com.kloudtek.enterprisecloudconfig" % "enterprise-cloud-config-server" % "0.9.4"
[com.kloudtek.enterprisecloudconfig/enterprise-cloud-config-server "0.9.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.cloud : spring-cloud-config-server | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |