License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdio.hekate |
ArtifactId | ArtifactIdhekate-spring-boot |
Version | Version4.0.0 |
Type | Typejar |
Description |
DescriptionHekate Spring Boot
Java library for cluster communications and computing.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hekate-spring-boot-4.0.0.pom | |
hekate-spring-boot-4.0.0.jar | 49 KB |
hekate-spring-boot-4.0.0-sources.jar | 61 KB |
hekate-spring-boot-4.0.0-javadoc.jar | 664 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.hekate/hekate-spring-boot/ -->
<dependency>
<groupId>io.hekate</groupId>
<artifactId>hekate-spring-boot</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.hekate/hekate-spring-boot/
implementation 'io.hekate:hekate-spring-boot:4.0.0'
// https://jarcasting.com/artifacts/io.hekate/hekate-spring-boot/
implementation ("io.hekate:hekate-spring-boot:4.0.0")
'io.hekate:hekate-spring-boot:jar:4.0.0'
<dependency org="io.hekate" name="hekate-spring-boot" rev="4.0.0">
<artifact name="hekate-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hekate', module='hekate-spring-boot', version='4.0.0')
)
libraryDependencies += "io.hekate" % "hekate-spring-boot" % "4.0.0"
[io.hekate/hekate-spring-boot "4.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.hekate : hekate-spring | jar | 4.0.0 |
io.hekate : hekate-codec-kryo Optional | jar | 4.0.0 |
io.hekate : hekate-codec-fst Optional | jar | 4.0.0 |
io.hekate : hekate-zookeeper Optional | jar | 4.0.0 |
io.hekate : hekate-etcd Optional | jar | 4.0.0 |
io.hekate : hekate-consul Optional | jar | 4.0.0 |
io.hekate : hekate-kubernetes Optional | jar | 4.0.0 |
io.hekate : hekate-jclouds-aws Optional | jar | 4.0.0 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.18.RELEASE |