id-codec

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

License

License

GroupId

GroupId

com.github.jinahya
ArtifactId

ArtifactId

id-codec
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

id-codec
A small library for encoding/decoding numeric values to/from strings
Project URL

Project URL

https://github.com/jinahya/id-codec

Download id-codec

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.jinahya/id-codec/ -->
<dependency>
    <groupId>com.github.jinahya</groupId>
    <artifactId>id-codec</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jinahya/id-codec/
implementation 'com.github.jinahya:id-codec:2.0.0'
// https://jarcasting.com/artifacts/com.github.jinahya/id-codec/
implementation ("com.github.jinahya:id-codec:2.0.0")
'com.github.jinahya:id-codec:jar:2.0.0'
<dependency org="com.github.jinahya" name="id-codec" rev="2.0.0">
  <artifact name="id-codec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jinahya', module='id-codec', version='2.0.0')
)
libraryDependencies += "com.github.jinahya" % "id-codec" % "2.0.0"
[com.github.jinahya/id-codec "2.0.0"]

Dependencies

test (4)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.3
org.junit.jupiter : junit-jupiter-api jar 5.6.2
org.junit.jupiter : junit-jupiter-engine jar 5.6.2
org.projectlombok : lombok jar 1.18.12

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.0