| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииKotlin Языки программирования |
| Группа | Группаcom.github.tribudirb |
| Идентификатор | Идентификаторkotlin-enum-helper |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеKEnum helper
Lightweight enum helper for Kotlin, written in Pure Kotlin.
A convenient and performance utility library wrapping basic enum operation as an extensions.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| kotlin-enum-helper-1.0.0.pom | |
| kotlin-enum-helper-1.0.0.jar | 31 KB |
| kotlin-enum-helper-1.0.0-sources.jar | 12 KB |
| kotlin-enum-helper-1.0.0-javadoc.jar | 39 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.tribudirb/kotlin-enum-helper/ -->
<dependency>
<groupId>com.github.tribudirb</groupId>
<artifactId>kotlin-enum-helper</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tribudirb/kotlin-enum-helper/
implementation 'com.github.tribudirb:kotlin-enum-helper:1.0.0'
// https://jarcasting.com/artifacts/com.github.tribudirb/kotlin-enum-helper/
implementation ("com.github.tribudirb:kotlin-enum-helper:1.0.0")
'com.github.tribudirb:kotlin-enum-helper:jar:1.0.0'
<dependency org="com.github.tribudirb" name="kotlin-enum-helper" rev="1.0.0">
<artifact name="kotlin-enum-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tribudirb', module='kotlin-enum-helper', version='1.0.0')
)
libraryDependencies += "com.github.tribudirb" % "kotlin-enum-helper" % "1.0.0"
[com.github.tribudirb/kotlin-enum-helper "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.31 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-test-junit5 | jar | 1.3.31 |