License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdio.hekate |
ArtifactId | ArtifactIdhekate-spring-boot |
Last Version | Last Version4.1.2 |
Release Date | Release Date |
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.1.2.pom | |
hekate-spring-boot-4.1.2.jar | 46 KB |
hekate-spring-boot-4.1.2-sources.jar | 56 KB |
hekate-spring-boot-4.1.2-javadoc.jar | 297 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.hekate/hekate-spring-boot/ -->
<dependency>
<groupId>io.hekate</groupId>
<artifactId>hekate-spring-boot</artifactId>
<version>4.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.hekate/hekate-spring-boot/
implementation 'io.hekate:hekate-spring-boot:4.1.2'
// https://jarcasting.com/artifacts/io.hekate/hekate-spring-boot/
implementation ("io.hekate:hekate-spring-boot:4.1.2")
'io.hekate:hekate-spring-boot:jar:4.1.2'
<dependency org="io.hekate" name="hekate-spring-boot" rev="4.1.2">
<artifact name="hekate-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hekate', module='hekate-spring-boot', version='4.1.2')
)
libraryDependencies += "io.hekate" % "hekate-spring-boot" % "4.1.2"
[io.hekate/hekate-spring-boot "4.1.2"]
Group / Artifact | Type | Version |
---|---|---|
io.hekate : hekate-spring | jar | 4.1.2 |
io.hekate : hekate-zookeeper Optional | jar | 4.1.2 |
io.hekate : hekate-etcd Optional | jar | 4.1.2 |
io.hekate : hekate-consul Optional | jar | 4.1.2 |
io.hekate : hekate-kubernetes Optional | jar | 4.1.2 |
io.hekate : hekate-jclouds-aws Optional | jar | 4.1.2 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.5.5 |