| License |
License |
|---|---|
| Categories |
CategoriesKotlin Languages |
| GroupId | GroupIdcom.github.tribudirb |
| ArtifactId | ArtifactIdkotlin-enum-helper |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionKEnum helper
Lightweight enum helper for Kotlin, written in Pure Kotlin.
A convenient and performance utility library wrapping basic enum operation as an extensions.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.31 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-test-junit5 | jar | 1.3.31 |