| License |
License |
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdcom.jnericks.testlib |
| ArtifactId | ArtifactIdtestlib-java |
| Last Version | Last Version1.0.39 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiontestlib-java
Base Test Library for Java 8 Projects
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| testlib-java-1.0.39.pom | |
| testlib-java-1.0.39.jar | 8 KB |
| testlib-java-1.0.39-sources.jar | 3 KB |
| testlib-java-1.0.39-javadoc.jar | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jnericks.testlib/testlib-java/ -->
<dependency>
<groupId>com.jnericks.testlib</groupId>
<artifactId>testlib-java</artifactId>
<version>1.0.39</version>
</dependency>
// https://jarcasting.com/artifacts/com.jnericks.testlib/testlib-java/
implementation 'com.jnericks.testlib:testlib-java:1.0.39'
// https://jarcasting.com/artifacts/com.jnericks.testlib/testlib-java/
implementation ("com.jnericks.testlib:testlib-java:1.0.39")
'com.jnericks.testlib:testlib-java:jar:1.0.39'
<dependency org="com.jnericks.testlib" name="testlib-java" rev="1.0.39">
<artifact name="testlib-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jnericks.testlib', module='testlib-java', version='1.0.39')
)
libraryDependencies += "com.jnericks.testlib" % "testlib-java" % "1.0.39"
[com.jnericks.testlib/testlib-java "1.0.39"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 19.0 |
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 3.2.0 |
| org.mockito : mockito-core | jar | 2.0.31-beta |
| org.powermock : powermock-module-junit4 | jar | 1.6.2 |
| org.powermock : powermock-api-mockito | jar | 1.6.2 |