Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.hekate |
ArtifactId | ArtifactIdhekate-spring-boot |
Version | Version3.6.0 |
Type | Typejar |
Filename | Size |
---|---|
hekate-spring-boot-3.6.0.pom | |
hekate-spring-boot-3.6.0.jar | 46 KB |
hekate-spring-boot-3.6.0-sources.jar | 56 KB |
hekate-spring-boot-3.6.0-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>3.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.hekate/hekate-spring-boot/
implementation 'io.hekate:hekate-spring-boot:3.6.0'
// https://jarcasting.com/artifacts/io.hekate/hekate-spring-boot/
implementation ("io.hekate:hekate-spring-boot:3.6.0")
'io.hekate:hekate-spring-boot:jar:3.6.0'
<dependency org="io.hekate" name="hekate-spring-boot" rev="3.6.0">
<artifact name="hekate-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hekate', module='hekate-spring-boot', version='3.6.0')
)
libraryDependencies += "io.hekate" % "hekate-spring-boot" % "3.6.0"
[io.hekate/hekate-spring-boot "3.6.0"]