| Группа | Группаio.hektor |
|---|---|
| Идентификатор | Идентификаторhektor-actors |
| Версия | Версия0.0.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| hektor-actors-0.0.2.pom | |
| hektor-actors-0.0.2.jar | 27 KB |
| hektor-actors-0.0.2-sources.jar | 15 KB |
| hektor-actors-0.0.2-javadoc.jar | 137 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.hektor/hektor-actors/ -->
<dependency>
<groupId>io.hektor</groupId>
<artifactId>hektor-actors</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.hektor/hektor-actors/
implementation 'io.hektor:hektor-actors:0.0.2'
// https://jarcasting.com/artifacts/io.hektor/hektor-actors/
implementation ("io.hektor:hektor-actors:0.0.2")
'io.hektor:hektor-actors:jar:0.0.2'
<dependency org="io.hektor" name="hektor-actors" rev="0.0.2">
<artifact name="hektor-actors" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hektor', module='hektor-actors', version='0.0.2')
)
libraryDependencies += "io.hektor" % "hektor-actors" % "0.0.2"
[io.hektor/hektor-actors "0.0.2"]