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