MVN

com.github.tribudirb : kotlin-enum-helper

Maven & Gradle

Jun 19, 2019
0 stars

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

<dependency>
    <groupId>com.github.tribudirb</groupId>
    <artifactId>kotlin-enum-helper</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.tribudirb : kotlin-enum-helper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.github.tribudirb : kotlin-enum-helper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
kotlin-enum-helper-1.0.0
0.0.x
kotlin-enum-helper-0.0.1-SHAPSHOT

How to add a dependency to Maven

Add the following com.github.tribudirb : kotlin-enum-helper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.tribudirb</groupId>
    <artifactId>kotlin-enum-helper</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.tribudirb : kotlin-enum-helper gradle dependency to your build.gradle file:

implementation 'com.github.tribudirb:kotlin-enum-helper:1.0.0'

Gradle Kotlin DSL: Add the following com.github.tribudirb : kotlin-enum-helper gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.tribudirb:kotlin-enum-helper:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.tribudirb : kotlin-enum-helper sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.tribudirb" % "kotlin-enum-helper" % "1.0.0"

Advertisement

Dependencies from Group

Discover Dependencies

Jun 19, 2019
1 usages
0 stars
Aug 14, 2023
11 usages
1.6k stars
Jul 11, 2023
17 usages
8 stars
Dec 17, 2021
4 usages
783 stars
Jul 06, 2021
23 usages
0 stars
Mar 14, 2021
4 stars
Jun 28, 2019
1 usages
0 stars
Jun 19, 2023
461 usages
11.1k stars