| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators config Configuration |
| Группа | Группаorg.springframework.cloud |
| Идентификатор | Идентификаторspring-cloud-cluster-autoconfigure |
| Версия | Версия1.0.2.RELEASE |
| Тип | Типjar |
| Описание |
Описаниеspring-cloud-cluster-autoconfigure
Spring Cloud Cluster AutoConfigure
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-cluster-autoconfigure/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cluster-autoconfigure</artifactId>
<version>1.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-cluster-autoconfigure/
implementation 'org.springframework.cloud:spring-cloud-cluster-autoconfigure:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-cluster-autoconfigure/
implementation ("org.springframework.cloud:spring-cloud-cluster-autoconfigure:1.0.2.RELEASE")
'org.springframework.cloud:spring-cloud-cluster-autoconfigure:jar:1.0.2.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-cluster-autoconfigure" rev="1.0.2.RELEASE">
<artifact name="spring-cloud-cluster-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-cluster-autoconfigure', version='1.0.2.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-cluster-autoconfigure" % "1.0.2.RELEASE"
[org.springframework.cloud/spring-cloud-cluster-autoconfigure "1.0.2.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.cloud : spring-cloud-cluster-zookeeper Необязательный | jar | |
| org.springframework.cloud : spring-cloud-cluster-hazelcast Необязательный | jar | |
| org.springframework.cloud : spring-cloud-cluster-etcd Необязательный | jar | |
| org.springframework.cloud : spring-cloud-cluster-redis Необязательный | jar | |
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.curator : curator-test | jar | 2.8.0 |
| org.springframework.boot : spring-boot-starter-test | jar |