is not current version
Last Version 1.1.2

com.rotilho.jnano:jnano-client 1.1.1

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.

Categories

Categories

CLI User Interface JNA Development Tools Native
GroupId

GroupId

com.rotilho.jnano
ArtifactId

ArtifactId

jnano-client
Version

Version

1.1.1
Type

Type

jar

Download jnano-client 1.1.1


<!-- https://jarcasting.com/artifacts/com.rotilho.jnano/jnano-client/ -->
<dependency>
    <groupId>com.rotilho.jnano</groupId>
    <artifactId>jnano-client</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.rotilho.jnano/jnano-client/
implementation 'com.rotilho.jnano:jnano-client:1.1.1'
// https://jarcasting.com/artifacts/com.rotilho.jnano/jnano-client/
implementation ("com.rotilho.jnano:jnano-client:1.1.1")
'com.rotilho.jnano:jnano-client:jar:1.1.1'
<dependency org="com.rotilho.jnano" name="jnano-client" rev="1.1.1">
  <artifact name="jnano-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rotilho.jnano', module='jnano-client', version='1.1.1')
)
libraryDependencies += "com.rotilho.jnano" % "jnano-client" % "1.1.1"
[com.rotilho.jnano/jnano-client "1.1.1"]