is not current version
Last Version 1.11

ru.yandex.qatools:yatomata 1.6

Yet another finite state machine implementation

Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

ru.yandex.qatools
ArtifactId

ArtifactId

yatomata
Version

Version

1.6
Type

Type

jar

Download yatomata 1.6


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