License |
License |
---|---|
GroupId | GroupIdorg.nightcode |
ArtifactId | ArtifactIdjbip39 |
Version | Version0.1.1 |
Type | Typejar |
Description |
DescriptionJBIP-39
Java implementation of the BIP-39 specification.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jbip39-0.1.1.pom | |
jbip39-0.1.1.jar | 192 KB |
jbip39-0.1.1-sources.jar | 73 KB |
jbip39-0.1.1-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nightcode/jbip39/ -->
<dependency>
<groupId>org.nightcode</groupId>
<artifactId>jbip39</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.nightcode/jbip39/
implementation 'org.nightcode:jbip39:0.1.1'
// https://jarcasting.com/artifacts/org.nightcode/jbip39/
implementation ("org.nightcode:jbip39:0.1.1")
'org.nightcode:jbip39:jar:0.1.1'
<dependency org="org.nightcode" name="jbip39" rev="0.1.1">
<artifact name="jbip39" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nightcode', module='jbip39', version='0.1.1')
)
libraryDependencies += "org.nightcode" % "jbip39" % "0.1.1"
[org.nightcode/jbip39 "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.easymock : easymock | jar | 3.6 |
com.google.code.gson : gson | jar | 2.8.5 |