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