не последняя версия
Последняя версия 1.0.10

nl.talsmasoftware.enumerables:enumerables-root 0.1.2

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

Группа

Группа

nl.talsmasoftware.enumerables
Идентификатор

Идентификатор

enumerables-root
Версия

Версия

0.1.2
Тип

Тип

pom

Скачать enumerables-root 0.1.2

Имя Файла Размер
enumerables-root-0.1.2.pom 15 KB
Обзор

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