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