is not current version
Last Version 1.11

ru.yandex.qatools:yatomata 1.5

Yet another finite state machine implementation

Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

ru.yandex.qatools
ArtifactId

ArtifactId

yatomata
Version

Version

1.5
Type

Type

jar

Download yatomata 1.5


<!-- https://jarcasting.com/artifacts/ru.yandex.qatools/yatomata/ -->
<dependency>
    <groupId>ru.yandex.qatools</groupId>
    <artifactId>yatomata</artifactId>
    <version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/ru.yandex.qatools/yatomata/
implementation 'ru.yandex.qatools:yatomata:1.5'
// https://jarcasting.com/artifacts/ru.yandex.qatools/yatomata/
implementation ("ru.yandex.qatools:yatomata:1.5")
'ru.yandex.qatools:yatomata:jar:1.5'
<dependency org="ru.yandex.qatools" name="yatomata" rev="1.5">
  <artifact name="yatomata" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools', module='yatomata', version='1.5')
)
libraryDependencies += "ru.yandex.qatools" % "yatomata" % "1.5"
[ru.yandex.qatools/yatomata "1.5"]