KEnum helper

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

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.github.tribudirb
ArtifactId

ArtifactId

kotlin-enum-helper
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

KEnum 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

https://github.com/TribudiRB/KotlinEnum
Source Code Management

Source Code Management

https://github.com/TribudiRB/KotlinEnum/tree/master

Download kotlin-enum-helper

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.3.31

test (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test-junit5 jar 1.3.31

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0
0.0.1-SHAPSHOT