License |
License |
---|---|
GroupId | GroupIdcom.paymennt |
ArtifactId | ArtifactIdcryptoj |
Version | Version0.0.5 |
Type | Typejar |
Description |
Descriptioncryptoj
Wallet library supporting BIP 32
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cryptoj-0.0.5.pom | |
cryptoj-0.0.5.jar | 68 KB |
cryptoj-0.0.5-sources.jar | 35 KB |
cryptoj-0.0.5-javadoc.jar | 303 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.paymennt/cryptoj/ -->
<dependency>
<groupId>com.paymennt</groupId>
<artifactId>cryptoj</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.paymennt/cryptoj/
implementation 'com.paymennt:cryptoj:0.0.5'
// https://jarcasting.com/artifacts/com.paymennt/cryptoj/
implementation ("com.paymennt:cryptoj:0.0.5")
'com.paymennt:cryptoj:jar:0.0.5'
<dependency org="com.paymennt" name="cryptoj" rev="0.0.5">
<artifact name="cryptoj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.paymennt', module='cryptoj', version='0.0.5')
)
libraryDependencies += "com.paymennt" % "cryptoj" % "0.0.5"
[com.paymennt/cryptoj "0.0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.bouncycastle : bcprov-jdk15to18 | jar | 1.71 |
net.i2p.crypto : eddsa | jar | 0.3.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |