GroupId | GroupIdorg.testatoo.core |
---|---|
ArtifactId | ArtifactIdtestatoo-core |
Last Version | Last Version0.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontestatoo-core
Testatoo core
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
testatoo-core-0.9.0.pom | |
testatoo-core-0.9.0.jar | 62 KB |
testatoo-core-0.9.0-tests.jar | 59 KB |
testatoo-core-0.9.0-test-sources.jar | 35 KB |
testatoo-core-0.9.0-sources.jar | 71 KB |
testatoo-core-0.9.0-javadoc.jar | 416 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.testatoo.core/testatoo-core/ -->
<dependency>
<groupId>org.testatoo.core</groupId>
<artifactId>testatoo-core</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.testatoo.core/testatoo-core/
implementation 'org.testatoo.core:testatoo-core:0.9.0'
// https://jarcasting.com/artifacts/org.testatoo.core/testatoo-core/
implementation ("org.testatoo.core:testatoo-core:0.9.0")
'org.testatoo.core:testatoo-core:jar:0.9.0'
<dependency org="org.testatoo.core" name="testatoo-core" rev="0.9.0">
<artifact name="testatoo-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testatoo.core', module='testatoo-core', version='0.9.0')
)
libraryDependencies += "org.testatoo.core" % "testatoo-core" % "0.9.0"
[org.testatoo.core/testatoo-core "0.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-all | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.6 |
org.mockito : mockito-core | jar | 1.8.4 |