i

id-codec

A small library for encoding/decoding numeric values to/from strings
https://github.com/jinahya/${project.artifactId}
Files download
File Operation
id-codec-2.0.0.jar download
id-codec-2.0.0.pom download
id-codec-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.jinahya</groupId>
  <artifactId>id-codec</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.jinahya:id-codec:2.0.0'
Gradle Kotlin
implementation("com.github.jinahya:id-codec:2.0.0")
Scala SBT
libraryDependencies += "com.github.jinahya" % "id-codec" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jinahya', module='id-codec', version='2.0.0')
)
Apache Ivy
<dependency org="com.github.jinahya" name="id-codec" rev="2.0.0" />
Leiningen
[com.github.jinahya/id-codec "2.0.0"]
Apache Buildr
'com.github.jinahya:id-codec:jar:2.0.0'