is not current version
Last Version 6

org.testatoo:testatoo 5

Master project of Testatoo project

GroupId

GroupId

org.testatoo
ArtifactId

ArtifactId

testatoo
Version

Version

5
Type

Type

jar

Download testatoo 5

Filename Size
testatoo-5.pom 13 KB
testatoo-5-tests.jar 3 KB
Browse

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