License |
License |
---|---|
Categories |
CategoriesDex General Purpose Libraries Utility |
GroupId | GroupIdru.yandex.qatools |
ArtifactId | ArtifactIdyatomata |
Last Version | Last Version1.11 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionYandex Yatomata
Yet another finite state machine implementation
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
yatomata-1.11.pom | |
yatomata-1.11.jar | 20 KB |
yatomata-1.11-sources.jar | 10 KB |
yatomata-1.11-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.yandex.qatools/yatomata/ -->
<dependency>
<groupId>ru.yandex.qatools</groupId>
<artifactId>yatomata</artifactId>
<version>1.11</version>
</dependency>
// https://jarcasting.com/artifacts/ru.yandex.qatools/yatomata/
implementation 'ru.yandex.qatools:yatomata:1.11'
// https://jarcasting.com/artifacts/ru.yandex.qatools/yatomata/
implementation ("ru.yandex.qatools:yatomata:1.11")
'ru.yandex.qatools:yatomata:jar:1.11'
<dependency org="ru.yandex.qatools" name="yatomata" rev="1.11">
<artifact name="yatomata" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools', module='yatomata', version='1.11')
)
libraryDependencies += "ru.yandex.qatools" % "yatomata" % "1.11"
[ru.yandex.qatools/yatomata "1.11"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.mockito : mockito-all | jar | 1.9.0 |