is not current version
Last Version 4.1.2

io.hekate:hekate-all 2.2.2

Java library for cluster communications and computing.

GroupId

GroupId

io.hekate
ArtifactId

ArtifactId

hekate-all
Version

Version

2.2.2
Type

Type

jar

Download hekate-all 2.2.2


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