is not current version
Last Version 4.1.2

io.hekate:hekate-core 4.1.1

Java library for cluster communications and computing.

GroupId

GroupId

io.hekate
ArtifactId

ArtifactId

hekate-core
Version

Version

4.1.1
Type

Type

jar

Download hekate-core 4.1.1


<!-- https://jarcasting.com/artifacts/io.hekate/hekate-core/ -->
<dependency>
    <groupId>io.hekate</groupId>
    <artifactId>hekate-core</artifactId>
    <version>4.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.hekate/hekate-core/
implementation 'io.hekate:hekate-core:4.1.1'
// https://jarcasting.com/artifacts/io.hekate/hekate-core/
implementation ("io.hekate:hekate-core:4.1.1")
'io.hekate:hekate-core:jar:4.1.1'
<dependency org="io.hekate" name="hekate-core" rev="4.1.1">
  <artifact name="hekate-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hekate', module='hekate-core', version='4.1.1')
)
libraryDependencies += "io.hekate" % "hekate-core" % "4.1.1"
[io.hekate/hekate-core "4.1.1"]