| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.snpefk |
| Идентификатор | Идентификаторturnstile |
| Последняя версия | Последняя версия0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеTurnstile
Kotlin's implementation of state machine inspired by Boost::Meta State Machine.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| turnstile-0.1.pom | |
| turnstile-0.1.jar | 18 KB |
| turnstile-0.1-sources.jar | 3 KB |
| turnstile-0.1-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.snpefk/turnstile/ -->
<dependency>
<groupId>io.github.snpefk</groupId>
<artifactId>turnstile</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.snpefk/turnstile/
implementation 'io.github.snpefk:turnstile:0.1'
// https://jarcasting.com/artifacts/io.github.snpefk/turnstile/
implementation ("io.github.snpefk:turnstile:0.1")
'io.github.snpefk:turnstile:jar:0.1'
<dependency org="io.github.snpefk" name="turnstile" rev="0.1">
<artifact name="turnstile" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.snpefk', module='turnstile', version='0.1')
)
libraryDependencies += "io.github.snpefk" % "turnstile" % "0.1"
[io.github.snpefk/turnstile "0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.0 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.5.10 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13 |
| io.mockk : mockk | jar | 1.9.3 |