Common Utility Classes for Java
Ses project site for more details.
License |
License |
---|---|
GroupId | GroupIdde.weltraumschaf.commons |
ArtifactId | ArtifactIdvalidate |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCommons Validate
Same functionality like Apache Commons Lang3 Validate, but without the heavy footprint
of the whole lib from Apache.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
validate-2.2.0.pom | |
validate-2.2.0.jar | 3 KB |
validate-2.2.0-sources.jar | 2 KB |
validate-2.2.0-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.weltraumschaf.commons/validate/ -->
<dependency>
<groupId>de.weltraumschaf.commons</groupId>
<artifactId>validate</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.weltraumschaf.commons/validate/
implementation 'de.weltraumschaf.commons:validate:2.2.0'
// https://jarcasting.com/artifacts/de.weltraumschaf.commons/validate/
implementation ("de.weltraumschaf.commons:validate:2.2.0")
'de.weltraumschaf.commons:validate:jar:2.2.0'
<dependency org="de.weltraumschaf.commons" name="validate" rev="2.2.0">
<artifact name="validate" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.weltraumschaf.commons', module='validate', version='2.2.0')
)
libraryDependencies += "de.weltraumschaf.commons" % "validate" % "2.2.0"
[de.weltraumschaf.commons/validate "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
net.sourceforge.findbugs : annotations | jar | 1.3.2 |
com.github.stephenc.jcip : jcip-annotations | jar | 1.0-1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.8 |
org.hamcrest : hamcrest-library | jar | 1.3 |
com.googlecode.multithreadedtc : multithreadedtc | jar | 1.01 |
org.skyscreamer : jsonassert | jar | 1.3.0 |
nl.jqno.equalsverifier : equalsverifier | jar | 2.0.2 |
Ses project site for more details.