| License |
License |
|---|---|
| GroupId | GroupIdcom.budjb |
| ArtifactId | ArtifactIdspring-distributed-cluster |
| Last Version | Last Version0.1.2.BETA |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionspring-distributed-cluster
Core implementation of a Distributed Cluster library for Spring Boot
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.budjb/spring-distributed-cluster/ -->
<dependency>
<groupId>com.budjb</groupId>
<artifactId>spring-distributed-cluster</artifactId>
<version>0.1.2.BETA</version>
</dependency>
// https://jarcasting.com/artifacts/com.budjb/spring-distributed-cluster/
implementation 'com.budjb:spring-distributed-cluster:0.1.2.BETA'
// https://jarcasting.com/artifacts/com.budjb/spring-distributed-cluster/
implementation ("com.budjb:spring-distributed-cluster:0.1.2.BETA")
'com.budjb:spring-distributed-cluster:jar:0.1.2.BETA'
<dependency org="com.budjb" name="spring-distributed-cluster" rev="0.1.2.BETA">
<artifact name="spring-distributed-cluster" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.budjb', module='spring-distributed-cluster', version='0.1.2.BETA')
)
libraryDependencies += "com.budjb" % "spring-distributed-cluster" % "0.1.2.BETA"
[com.budjb/spring-distributed-cluster "0.1.2.BETA"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.budjb : spring-distributed-locks | jar | 0.1.4.BETA |
| org.springframework.boot : spring-boot-starter | jar | |
| org.springframework.boot : spring-boot-starter-validation | jar |