License |
License |
---|---|
GroupId | GroupIdcom.github.jinahya |
ArtifactId | ArtifactIdid-codec |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionid-codec
A small library for encoding/decoding numeric values to/from strings
|
Project URL |
Project URL |
Filename | Size |
---|---|
id-codec-2.0.0.pom | |
id-codec-2.0.0.jar | 6 KB |
id-codec-2.0.0-sources.jar | 6 KB |
id-codec-2.0.0-retrotranslated14.jar | 13 KB |
id-codec-2.0.0-retrotranslated13.jar | 97 KB |
id-codec-2.0.0-javadoc.jar | 29 KB |
Browse |
<!-- 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"]
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 |