is not current version
Last Version 1.0.10

nl.talsmasoftware.enumerables:enumerables-root 1.0.5

Similar to standard Java Enums with the added ability to represent 'unknown' values. Invaluable if you attempt to build a stable API.

GroupId

GroupId

nl.talsmasoftware.enumerables
ArtifactId

ArtifactId

enumerables-root
Version

Version

1.0.5
Type

Type

pom

Download enumerables-root 1.0.5

Filename Size
enumerables-root-1.0.5.pom 15 KB
Browse

<!-- https://jarcasting.com/artifacts/nl.talsmasoftware.enumerables/enumerables-root/ -->
<dependency>
    <groupId>nl.talsmasoftware.enumerables</groupId>
    <artifactId>enumerables-root</artifactId>
    <version>1.0.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/nl.talsmasoftware.enumerables/enumerables-root/
implementation 'nl.talsmasoftware.enumerables:enumerables-root:1.0.5'
// https://jarcasting.com/artifacts/nl.talsmasoftware.enumerables/enumerables-root/
implementation ("nl.talsmasoftware.enumerables:enumerables-root:1.0.5")
'nl.talsmasoftware.enumerables:enumerables-root:pom:1.0.5'
<dependency org="nl.talsmasoftware.enumerables" name="enumerables-root" rev="1.0.5">
  <artifact name="enumerables-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='nl.talsmasoftware.enumerables', module='enumerables-root', version='1.0.5')
)
libraryDependencies += "nl.talsmasoftware.enumerables" % "enumerables-root" % "1.0.5"
[nl.talsmasoftware.enumerables/enumerables-root "1.0.5"]