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