c

cryptoj

Wallet library supporting BIP 32
https://www.paymennt.com/
MIT License
paymennt.com
Files download
File Operation
cryptoj-0.0.5.jar download
cryptoj-0.0.5.pom download
cryptoj-0.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.paymennt</groupId>
  <artifactId>cryptoj</artifactId>
  <version>0.0.5</version>
</dependency>
Gradle Groovy
implementation 'com.paymennt:cryptoj:0.0.5'
Gradle Kotlin
implementation("com.paymennt:cryptoj:0.0.5")
Scala SBT
libraryDependencies += "com.paymennt" % "cryptoj" % "0.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.paymennt', module='cryptoj', version='0.0.5')
)
Apache Ivy
<dependency org="com.paymennt" name="cryptoj" rev="0.0.5" />
Leiningen
[com.paymennt/cryptoj "0.0.5"]
Apache Buildr
'com.paymennt:cryptoj:jar:0.0.5'