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