License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices JGroups Application Layer Libs Distributed Applications |
GroupId | GroupIdcom.github.eakonovalov |
ArtifactId | ArtifactIdjgroups-spring-boot-starter |
Last Version | Last Version0.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJGroups Spring Boot Starter
Simplified start of JGroups cluster
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.eakonovalov/jgroups-spring-boot-starter/ -->
<dependency>
<groupId>com.github.eakonovalov</groupId>
<artifactId>jgroups-spring-boot-starter</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eakonovalov/jgroups-spring-boot-starter/
implementation 'com.github.eakonovalov:jgroups-spring-boot-starter:0.0.4'
// https://jarcasting.com/artifacts/com.github.eakonovalov/jgroups-spring-boot-starter/
implementation ("com.github.eakonovalov:jgroups-spring-boot-starter:0.0.4")
'com.github.eakonovalov:jgroups-spring-boot-starter:jar:0.0.4'
<dependency org="com.github.eakonovalov" name="jgroups-spring-boot-starter" rev="0.0.4">
<artifact name="jgroups-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eakonovalov', module='jgroups-spring-boot-starter', version='0.0.4')
)
libraryDependencies += "com.github.eakonovalov" % "jgroups-spring-boot-starter" % "0.0.4"
[com.github.eakonovalov/jgroups-spring-boot-starter "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.jgroups : jgroups | jar | 4.2.4.Final |
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |