Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.hekate |
ArtifactId | ArtifactIdhekate-spring-boot |
Version | Version2.4.1 |
Type | Typejar |
Filename | Size |
---|---|
hekate-spring-boot-2.4.1.pom | |
hekate-spring-boot-2.4.1.jar | 63 KB |
hekate-spring-boot-2.4.1-sources.jar | 70 KB |
hekate-spring-boot-2.4.1-javadoc.jar | 341 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.hekate/hekate-spring-boot/ -->
<dependency>
<groupId>io.hekate</groupId>
<artifactId>hekate-spring-boot</artifactId>
<version>2.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.hekate/hekate-spring-boot/
implementation 'io.hekate:hekate-spring-boot:2.4.1'
// https://jarcasting.com/artifacts/io.hekate/hekate-spring-boot/
implementation ("io.hekate:hekate-spring-boot:2.4.1")
'io.hekate:hekate-spring-boot:jar:2.4.1'
<dependency org="io.hekate" name="hekate-spring-boot" rev="2.4.1">
<artifact name="hekate-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hekate', module='hekate-spring-boot', version='2.4.1')
)
libraryDependencies += "io.hekate" % "hekate-spring-boot" % "2.4.1"
[io.hekate/hekate-spring-boot "2.4.1"]