| Лицензия |
Лицензия |
|---|---|
| Группа | Группаit.sephiroth.android.library |
| Идентификатор | Идентификаторstatemachine |
| Версия | Версия0.0.2 |
| Тип | Типaar |
| Описание |
ОписаниеStateMachine
A Kotlin DSL for finite state machine
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| statemachine-0.0.2.pom | |
| statemachine-0.0.2.aar | 31 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/it.sephiroth.android.library/statemachine/ -->
<dependency>
<groupId>it.sephiroth.android.library</groupId>
<artifactId>statemachine</artifactId>
<version>0.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/it.sephiroth.android.library/statemachine/
implementation 'it.sephiroth.android.library:statemachine:0.0.2'
// https://jarcasting.com/artifacts/it.sephiroth.android.library/statemachine/
implementation ("it.sephiroth.android.library:statemachine:0.0.2")
'it.sephiroth.android.library:statemachine:aar:0.0.2'
<dependency org="it.sephiroth.android.library" name="statemachine" rev="0.0.2">
<artifact name="statemachine" type="aar" />
</dependency>
@Grapes(
@Grab(group='it.sephiroth.android.library', module='statemachine', version='0.0.2')
)
libraryDependencies += "it.sephiroth.android.library" % "statemachine" % "0.0.2"
[it.sephiroth.android.library/statemachine "0.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-android-extensions-runtime | jar | 1.3.40 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.40 |