j

jnano-client

JNano provides a set of low level Nano operations that includes signing, seed generation, block hashing and account creation.
https://github.com/rotilho/jnano-client
MIT License
Felipe Rotilho
Files download
File Operation
jnano-client-1.0.0.jar download
jnano-client-1.0.0.pom download
jnano-client-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.rotilho.jnano</groupId>
  <artifactId>jnano-client</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.rotilho.jnano:jnano-client:1.0.0'
Gradle Kotlin
implementation("com.rotilho.jnano:jnano-client:1.0.0")
Scala SBT
libraryDependencies += "com.rotilho.jnano" % "jnano-client" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.rotilho.jnano', module='jnano-client', version='1.0.0')
)
Apache Ivy
<dependency org="com.rotilho.jnano" name="jnano-client" rev="1.0.0" />
Leiningen
[com.rotilho.jnano/jnano-client "1.0.0"]
Apache Buildr
'com.rotilho.jnano:jnano-client:jar:1.0.0'