is not current version
Last Version 4.1.2

io.hekate:hekate-core 1.0.2

Java library for cluster communications and computing.

GroupId

GroupId

io.hekate
ArtifactId

ArtifactId

hekate-core
Version

Version

1.0.2
Type

Type

jar

Download hekate-core 1.0.2


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