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