| License |
License |
|---|---|
| GroupId | GroupIdde.mhus.lib |
| ArtifactId | ArtifactIdlib-tests |
| Version | Version7.8.0 |
| Type | Typejar |
| Description |
DescriptionLibrary with useful tools and frameworks to rapid develop fast and stable applications
|
| Filename | Size |
|---|---|
| lib-tests-7.8.0.pom | |
| lib-tests-7.8.0.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.mhus.lib/lib-tests/ -->
<dependency>
<groupId>de.mhus.lib</groupId>
<artifactId>lib-tests</artifactId>
<version>7.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.mhus.lib/lib-tests/
implementation 'de.mhus.lib:lib-tests:7.8.0'
// https://jarcasting.com/artifacts/de.mhus.lib/lib-tests/
implementation ("de.mhus.lib:lib-tests:7.8.0")
'de.mhus.lib:lib-tests:jar:7.8.0'
<dependency org="de.mhus.lib" name="lib-tests" rev="7.8.0">
<artifact name="lib-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.mhus.lib', module='lib-tests', version='7.8.0')
)
libraryDependencies += "de.mhus.lib" % "lib-tests" % "7.8.0"
[de.mhus.lib/lib-tests "7.8.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| de.mhus.lib : lib-core | jar | 7.8.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 |
|---|---|---|
| de.mhus.lib : lib-junit | jar | 7.8.0 |
| org.junit.jupiter : junit-jupiter | jar | 5.6.2 |