j

jnano-client

JNano Client is the first Java RPC client which allows you to fully manage yours keys localy. Together with JNano Commons you will have all needed operations to create a light wallet without the need to dig in Nano implementation and focus more in delivery new awesome features.
https://github.com/rotilho/jnano-client
MIT License
Felipe Rotilho
Files download
File Operation
jnano-client-1.1.0.jar download
jnano-client-1.1.0.pom download
jnano-client-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.rotilho.jnano</groupId>
  <artifactId>jnano-client</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.rotilho.jnano:jnano-client:1.1.0'
Gradle Kotlin
implementation("com.rotilho.jnano:jnano-client:1.1.0")
Scala SBT
libraryDependencies += "com.rotilho.jnano" % "jnano-client" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.rotilho.jnano', module='jnano-client', version='1.1.0')
)
Apache Ivy
<dependency org="com.rotilho.jnano" name="jnano-client" rev="1.1.0" />
Leiningen
[com.rotilho.jnano/jnano-client "1.1.0"]
Apache Buildr
'com.rotilho.jnano:jnano-client:jar:1.1.0'