| Лицензия |
Лицензия |
|---|---|
| Группа | Группаnl.talsmasoftware.enumerables |
| Идентификатор | Идентификаторenumerables-root |
| Версия | Версия1.0.10 |
| Тип | Типpom |
| Описание |
ОписаниеEnumerables
Similar to standard Java Enums with the added ability to represent 'unknown' values.
Invaluable if you attempt to build a stable API.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| enumerables-root-1.0.10.pom | 16 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/nl.talsmasoftware.enumerables/enumerables-root/ -->
<dependency>
<groupId>nl.talsmasoftware.enumerables</groupId>
<artifactId>enumerables-root</artifactId>
<version>1.0.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/nl.talsmasoftware.enumerables/enumerables-root/
implementation 'nl.talsmasoftware.enumerables:enumerables-root:1.0.10'
// https://jarcasting.com/artifacts/nl.talsmasoftware.enumerables/enumerables-root/
implementation ("nl.talsmasoftware.enumerables:enumerables-root:1.0.10")
'nl.talsmasoftware.enumerables:enumerables-root:pom:1.0.10'
<dependency org="nl.talsmasoftware.enumerables" name="enumerables-root" rev="1.0.10">
<artifact name="enumerables-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='nl.talsmasoftware.enumerables', module='enumerables-root', version='1.0.10')
)
libraryDependencies += "nl.talsmasoftware.enumerables" % "enumerables-root" % "1.0.10"
[nl.talsmasoftware.enumerables/enumerables-root "1.0.10"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |