| License |
License |
|---|---|
| GroupId | GroupIdorg.testatoo |
| ArtifactId | ArtifactIdtestatoo |
| Version | Version6 |
| Type | Typejar |
| Description |
Descriptiontestatoo-pom
Master project of Testatoo project
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| testatoo-6.pom | 13 KB |
| testatoo-6-tests.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.testatoo/testatoo/ -->
<dependency>
<groupId>org.testatoo</groupId>
<artifactId>testatoo</artifactId>
<version>6</version>
</dependency>
// https://jarcasting.com/artifacts/org.testatoo/testatoo/
implementation 'org.testatoo:testatoo:6'
// https://jarcasting.com/artifacts/org.testatoo/testatoo/
implementation ("org.testatoo:testatoo:6")
'org.testatoo:testatoo:jar:6'
<dependency org="org.testatoo" name="testatoo" rev="6">
<artifact name="testatoo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testatoo', module='testatoo', version='6')
)
libraryDependencies += "org.testatoo" % "testatoo" % "6"
[org.testatoo/testatoo "6"]