MVN

com.github.jinahya : id-codec

Maven & Gradle

May 25, 2020

A small library for encoding/decoding numeric values to/from strings

<dependency>
    <groupId>com.github.jinahya</groupId>
    <artifactId>id-codec</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jinahya : id-codec to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of com.github.jinahya : id-codec to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
id-codec-2.0.0
1.1.x
id-codec-1.1.7
id-codec-1.1.6
id-codec-1.1.5
id-codec-1.1.4
id-codec-1.1.3
id-codec-1.1.2
1.0
id-codec-1.0

How to add a dependency to Maven

Add the following com.github.jinahya : id-codec maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jinahya</groupId>
    <artifactId>id-codec</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jinahya : id-codec gradle dependency to your build.gradle file:

implementation 'com.github.jinahya:id-codec:2.0.0'

Gradle Kotlin DSL: Add the following com.github.jinahya : id-codec gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jinahya:id-codec:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jinahya : id-codec sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jinahya" % "id-codec" % "2.0.0"

Advertisement