License |
License |
---|---|
GroupId | GroupIdorg.echocat.jomon |
ArtifactId | ArtifactIdtesting |
Version | Version1.6.3 |
Type | Typejar |
Description |
Descriptionechocat Jomon Testing
Collection of many useful tools for Java. Could be compared with apache-commons.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
testing-1.6.3.pom | |
testing-1.6.3.jar | 71 KB |
testing-1.6.3-sources.jar | 22 KB |
testing-1.6.3-javadoc.jar | 153 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.echocat.jomon/testing/ -->
<dependency>
<groupId>org.echocat.jomon</groupId>
<artifactId>testing</artifactId>
<version>1.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.echocat.jomon/testing/
implementation 'org.echocat.jomon:testing:1.6.3'
// https://jarcasting.com/artifacts/org.echocat.jomon/testing/
implementation ("org.echocat.jomon:testing:1.6.3")
'org.echocat.jomon:testing:jar:1.6.3'
<dependency org="org.echocat.jomon" name="testing" rev="1.6.3">
<artifact name="testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.echocat.jomon', module='testing', version='1.6.3')
)
libraryDependencies += "org.echocat.jomon" % "testing" % "1.6.3"
[org.echocat.jomon/testing "1.6.3"]
Group / Artifact | Type | Version |
---|---|---|
org.echocat.jomon : runtime | jar | 1.6.3 |
org.slf4j : slf4j-api | jar | 1.7.21 |
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |
com.google.code.findbugs : jsr305 | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.7 |