GroupId | GroupIdorg.testatoo |
---|---|
ArtifactId | ArtifactIdtestatoo-core |
Version | Version1.0-rc2 |
Type | Typejar |
Filename | Size |
---|---|
testatoo-core-1.0-rc2.pom | |
testatoo-core-1.0-rc2.jar | 77 KB |
testatoo-core-1.0-rc2-tests.jar | 76 KB |
testatoo-core-1.0-rc2-test-sources.jar | 50 KB |
testatoo-core-1.0-rc2-sources.jar | 83 KB |
testatoo-core-1.0-rc2-javadoc.jar | 488 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.testatoo/testatoo-core/ -->
<dependency>
<groupId>org.testatoo</groupId>
<artifactId>testatoo-core</artifactId>
<version>1.0-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/org.testatoo/testatoo-core/
implementation 'org.testatoo:testatoo-core:1.0-rc2'
// https://jarcasting.com/artifacts/org.testatoo/testatoo-core/
implementation ("org.testatoo:testatoo-core:1.0-rc2")
'org.testatoo:testatoo-core:jar:1.0-rc2'
<dependency org="org.testatoo" name="testatoo-core" rev="1.0-rc2">
<artifact name="testatoo-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testatoo', module='testatoo-core', version='1.0-rc2')
)
libraryDependencies += "org.testatoo" % "testatoo-core" % "1.0-rc2"
[org.testatoo/testatoo-core "1.0-rc2"]