Skip to content

ewiner/blockscore-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blockscore-java

An API wrapper for the BlockScore API using Java.

Latest Revision: 3.0.2
API Compatibility: 3.0

##Release Notes Version: 3.0.2

  1. Fixed a bug in listing verifications.

##System Requirements (For building and usage)

  1. Java 1.7+

##How to build

  1. Clone this repository
  2. ./gradlew build
  3. ./gradlew jar (Builds the standard JAR) or ./gradlew fatJar (Builds the plug and play jar)

##How to run code quality tools

  1. Checkstyle (Ensures code style) ./gradlew checkstyleMain
  2. PMD (Checks for bugs) ./gradlew pmdMain
  3. Findbugs (Checks for bugs) ./gradlew findbugsMain
  4. JUnit (Tests) ./gradlew build

##Dependencies Required (If using standard JAR)

  1. Retrofit 1.6.1+
  2. Retrofit Converter-Jackson 1.6.1+
  3. RxJava 1.0+
  4. OkHTTP 2.0+
  5. OkHTTP UrlConnection 2.0+

About

An API wrapper for the BlockScore API using Java.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 100.0%