This is the Maven parent POM for all richtercloud.de containing mostly shared static code analysis configuration.
| License |
License |
|---|---|
| GroupId | GroupIdde.richtercloud |
| ArtifactId | ArtifactIdvalidation-tools |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionThis is the Maven parent POM for all richtercloud.de containing
mostly shared static code analysis configuration.
|
| Filename | Size |
|---|---|
| validation-tools-1.0.pom | |
| validation-tools-1.0.jar | 15 KB |
| validation-tools-1.0-sources.jar | 16 KB |
| validation-tools-1.0-javadoc.jar | 56 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.richtercloud/validation-tools/ -->
<dependency>
<groupId>de.richtercloud</groupId>
<artifactId>validation-tools</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.richtercloud/validation-tools/
implementation 'de.richtercloud:validation-tools:1.0'
// https://jarcasting.com/artifacts/de.richtercloud/validation-tools/
implementation ("de.richtercloud:validation-tools:1.0")
'de.richtercloud:validation-tools:jar:1.0'
<dependency org="de.richtercloud" name="validation-tools" rev="1.0">
<artifact name="validation-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.richtercloud', module='validation-tools', version='1.0')
)
libraryDependencies += "de.richtercloud" % "validation-tools" % "1.0"
[de.richtercloud/validation-tools "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 23.6-jre |
| javax : javaee-api | jar | 7.0 |
| commons-validator : commons-validator | jar | 1.4.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.jscience : jscience | jar | 4.3.1 |
| org.apache.commons : commons-collections4 | jar | 4.1 |
| one.util : streamex | jar | 0.6.6 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| net.jqwik : jqwik | jar | 0.8.8 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.1.0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.1.0 |
| org.junit.vintage : junit-vintage-engine | jar | 5.1.0 |
| org.junit.platform : junit-platform-launcher | jar | 1.1.0 |
| org.junit.platform : junit-platform-runner | jar | 1.1.0 |
| org.hibernate : hibernate-validator | jar | 5.4.2.Final |
| org.glassfish : javax.el | jar | 3.0.1-b09 |
This is the Maven parent POM for all richtercloud.de containing mostly shared static code analysis configuration.