Skip to content

KI5FPL/tronj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tronj

The TRON client library.

How to use

Gradle Setting

Add repo setting:

repositories {
    maven {
        url  "https://dl.bintray.com/ki5fpl/tronj"
    }
}

Then add abi as dependency.

dependencies {
    ....

    // protobuf & grpc
    implementation 'com.google.protobuf:protobuf-java:3.11.0'
    implementation 'io.grpc:grpc-stub:1.31.0'
    // tronj core libs
    implementation 'com.github.ki5fpl.tronj:abi:0.6.0'
    implementation 'com.github.ki5fpl.tronj:client:0.6.0'

    ....
}

Maven Settings

Use maven repo setting from Bintray.

<dependency>
  <groupId>com.github.ki5fpl.tronj</groupId>
  <artifactId>abi</artifactId>
  <version>0.5.0</version>
  <type>pom</type>
</dependency>

Demo Code

Refer demo project.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE.web3j

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages