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