| GroupId | GroupIdorg.testatoo |
|---|---|
| ArtifactId | ArtifactIdtestatoo |
| Version | Version3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| testatoo-3.pom | 12 KB |
| testatoo-3-tests.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.testatoo/testatoo/ -->
<dependency>
<groupId>org.testatoo</groupId>
<artifactId>testatoo</artifactId>
<version>3</version>
</dependency>
// https://jarcasting.com/artifacts/org.testatoo/testatoo/
implementation 'org.testatoo:testatoo:3'
// https://jarcasting.com/artifacts/org.testatoo/testatoo/
implementation ("org.testatoo:testatoo:3")
'org.testatoo:testatoo:jar:3'
<dependency org="org.testatoo" name="testatoo" rev="3">
<artifact name="testatoo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testatoo', module='testatoo', version='3')
)
libraryDependencies += "org.testatoo" % "testatoo" % "3"
[org.testatoo/testatoo "3"]