| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.zakgof |
| Идентификатор | Идентификаторactr |
| Последняя версия | Последняя версия0.4.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеactr
Simple Java actor model implementation
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| actr-0.4.2.pom | |
| actr-0.4.2.jar | 34 KB |
| actr-0.4.2-tests.jar | 31 KB |
| actr-0.4.2-sources.jar | 20 KB |
| actr-0.4.2-javadoc.jar | 435 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.zakgof/actr/ -->
<dependency>
<groupId>com.github.zakgof</groupId>
<artifactId>actr</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zakgof/actr/
implementation 'com.github.zakgof:actr:0.4.2'
// https://jarcasting.com/artifacts/com.github.zakgof/actr/
implementation ("com.github.zakgof:actr:0.4.2")
'com.github.zakgof:actr:jar:0.4.2'
<dependency org="com.github.zakgof" name="actr" rev="0.4.2">
<artifact name="actr" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zakgof', module='actr', version='0.4.2')
)
libraryDependencies += "com.github.zakgof" % "actr" % "0.4.2"
[com.github.zakgof/actr "0.4.2"]