is not current version
Last Version 1.0.0

com.github.tribudirb:kotlin-enum-helper 0.0.1-SHAPSHOT

Lightweight enum helper for Kotlin, written in Pure Kotlin. A convenient and performance utility library wrapping basic enum operation as an extensions.

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.github.tribudirb
ArtifactId

ArtifactId

kotlin-enum-helper
Version

Version

0.0.1-SHAPSHOT
Type

Type

jar

Download kotlin-enum-helper 0.0.1-SHAPSHOT


<!-- https://jarcasting.com/artifacts/com.github.tribudirb/kotlin-enum-helper/ -->
<dependency>
    <groupId>com.github.tribudirb</groupId>
    <artifactId>kotlin-enum-helper</artifactId>
    <version>0.0.1-SHAPSHOT</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tribudirb/kotlin-enum-helper/
implementation 'com.github.tribudirb:kotlin-enum-helper:0.0.1-SHAPSHOT'
// https://jarcasting.com/artifacts/com.github.tribudirb/kotlin-enum-helper/
implementation ("com.github.tribudirb:kotlin-enum-helper:0.0.1-SHAPSHOT")
'com.github.tribudirb:kotlin-enum-helper:jar:0.0.1-SHAPSHOT'
<dependency org="com.github.tribudirb" name="kotlin-enum-helper" rev="0.0.1-SHAPSHOT">
  <artifact name="kotlin-enum-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tribudirb', module='kotlin-enum-helper', version='0.0.1-SHAPSHOT')
)
libraryDependencies += "com.github.tribudirb" % "kotlin-enum-helper" % "0.0.1-SHAPSHOT"
[com.github.tribudirb/kotlin-enum-helper "0.0.1-SHAPSHOT"]