| License |
License |
|---|---|
| GroupId | GroupIdnl.talsmasoftware.enumerables |
| ArtifactId | ArtifactIdenumerables-validation |
| Last Version | Last Version1.0.10 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEnumerables (validation)
Similar to standard Java Enums with the added ability to represent 'unknown' values.
Invaluable if you attempt to build a stable API.
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/nl.talsmasoftware.enumerables/enumerables-validation/ -->
<dependency>
<groupId>nl.talsmasoftware.enumerables</groupId>
<artifactId>enumerables-validation</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/nl.talsmasoftware.enumerables/enumerables-validation/
implementation 'nl.talsmasoftware.enumerables:enumerables-validation:1.0.10'
// https://jarcasting.com/artifacts/nl.talsmasoftware.enumerables/enumerables-validation/
implementation ("nl.talsmasoftware.enumerables:enumerables-validation:1.0.10")
'nl.talsmasoftware.enumerables:enumerables-validation:jar:1.0.10'
<dependency org="nl.talsmasoftware.enumerables" name="enumerables-validation" rev="1.0.10">
<artifact name="enumerables-validation" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.talsmasoftware.enumerables', module='enumerables-validation', version='1.0.10')
)
libraryDependencies += "nl.talsmasoftware.enumerables" % "enumerables-validation" % "1.0.10"
[nl.talsmasoftware.enumerables/enumerables-validation "1.0.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| nl.talsmasoftware.enumerables : enumerables | jar | |
| javax.validation : validation-api | jar | 2.0.1.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hibernate.validator : hibernate-validator | jar | 6.0.11.Final |
| org.glassfish : javax.el | jar | 3.0.0 |
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.mockito : mockito-core | jar | 2.21.0 |
| org.skyscreamer : jsonassert | jar | 1.5.0 |
| org.slf4j : jul-to-slf4j | jar | 1.7.25 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |