не последняя версия
Последняя версия 4.1.2

io.hekate:hekate-core 2.2.1

Java library for cluster communications and computing.

Группа

Группа

io.hekate
Идентификатор

Идентификатор

hekate-core
Версия

Версия

2.2.1
Тип

Тип

jar

Скачать hekate-core 2.2.1


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