is not current version
Last Version 4.1.2

io.hekate:hekate-core 2.4.0

Java library for cluster communications and computing.

GroupId

GroupId

io.hekate
ArtifactId

ArtifactId

hekate-core
Version

Version

2.4.0
Type

Type

jar

Download hekate-core 2.4.0


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