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