| License | License | 
|---|---|
| Categories | CategoriesJUnit Unit Testing | 
| GroupId | GroupIdde.mhus.lib | 
| ArtifactId | ArtifactIdlib-junit | 
| Last Version | Last Version7.9.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionLibrary with useful tools and frameworks to rapid develop fast and stable applications | 
| Filename | Size | 
|---|---|
| lib-junit-7.9.0.pom | |
| lib-junit-7.9.0.jar | 29 KB | 
| lib-junit-7.9.0-sources.jar | 12 KB | 
| lib-junit-7.9.0-javadoc.jar | 463 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/de.mhus.lib/lib-junit/ -->
<dependency>
    <groupId>de.mhus.lib</groupId>
    <artifactId>lib-junit</artifactId>
    <version>7.9.0</version>
</dependency>// https://jarcasting.com/artifacts/de.mhus.lib/lib-junit/
implementation 'de.mhus.lib:lib-junit:7.9.0'// https://jarcasting.com/artifacts/de.mhus.lib/lib-junit/
implementation ("de.mhus.lib:lib-junit:7.9.0")'de.mhus.lib:lib-junit:jar:7.9.0'<dependency org="de.mhus.lib" name="lib-junit" rev="7.9.0">
  <artifact name="lib-junit" type="jar" />
</dependency>@Grapes(
@Grab(group='de.mhus.lib', module='lib-junit', version='7.9.0')
)libraryDependencies += "de.mhus.lib" % "lib-junit" % "7.9.0"[de.mhus.lib/lib-junit "7.9.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| de.mhus.lib : lib-core | jar | 7.9.0 | 
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 | 
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 | 
| org.junit.platform : junit-platform-commons | jar | 1.6.2 | 
| org.junit.platform : junit-platform-launcher | jar | 1.6.2 | 
| org.hamcrest : hamcrest-all | jar | 1.3 | 
| ch.qos.logback : logback-classic | jar | 1.2.6 | 
| com.github.docker-java : docker-java-core | jar | 3.2.5 | 
| com.github.docker-java : docker-java-transport-httpclient5 | jar | 3.2.5 | 
| org.seleniumhq.selenium : selenium-java | jar | 3.14.0 | 
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.3 | 
| org.apache.logging.log4j : log4j-core | jar | 2.14.0 | 
| org.slf4j : slf4j-api | jar | 1.7.6 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.6.2 |