не последняя версия
Последняя версия 6

org.testatoo:testatoo 2.0.b11

A functional testing API

Группа

Группа

org.testatoo
Идентификатор

Идентификатор

testatoo
Версия

Версия

2.0.b11
Тип

Тип

jar

Скачать testatoo 2.0.b11


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