/CryptoExchangeAPI

CryptoAPIライブラリを刷新する old: BambooTuna/CryptoLib

Primary LanguageScala

CryptoExchangeAPI

Manual deploy

  1. Change version version := "1.0.0-SNAPSHOT"

  2. Build jar file

$ sbt publishLocal
  1. Push to repository(master branch)

Sample

  • dependencies
resolvers += "Maven Repo on github" at "https://BambooTuna.github.com/CryptoExchangeAPI"
"com.github.BambooTuna" %% "cryptoexchangeapi" % "1.0.0-SNAPSHOT"

Usage