License |
License |
---|---|
GroupId | GroupIddesign.contract |
ArtifactId | ArtifactIdlibbech32 |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlibbech32-java
Java implementation of "Bech32:" a checksummed base32 data encoding format
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
libbech32-1.1.0.pom | |
libbech32-1.1.0.jar | 11 KB |
libbech32-1.1.0-sources.jar | 7 KB |
libbech32-1.1.0-javadoc.jar | 425 KB |
Browse |
<!-- https://jarcasting.com/artifacts/design.contract/libbech32/ -->
<dependency>
<groupId>design.contract</groupId>
<artifactId>libbech32</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/design.contract/libbech32/
implementation 'design.contract:libbech32:1.1.0'
// https://jarcasting.com/artifacts/design.contract/libbech32/
implementation ("design.contract:libbech32:1.1.0")
'design.contract:libbech32:jar:1.1.0'
<dependency org="design.contract" name="libbech32" rev="1.1.0">
<artifact name="libbech32" type="jar" />
</dependency>
@Grapes(
@Grab(group='design.contract', module='libbech32', version='1.1.0')
)
libraryDependencies += "design.contract" % "libbech32" % "1.1.0"
[design.contract/libbech32 "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |