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