1 Star 0 Fork 0

ok/tokencore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
galaxyzxcv 提交于 2020-09-16 17:58 . 更新bch tansaction
apply plugin: 'java'
apply plugin: 'com.github.dcendents.android-maven'
group 'com.github.pai01234'
version '0.0.20'
sourceCompatibility = 1.8
repositories {
jcenter()
mavenCentral()
}
buildscript {
repositories {
maven {url 'http://maven.aliyun.com/nexus/content/groups/public/'}
maven{url "https://jitpack.io"}
jcenter()
}
dependencies {
//添加jitpack依赖
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
}
}
dependencies {
compile 'io.github.qyvlik:io.eblock.eos-eos4j:1.0.1'
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.0'
compile 'org.bitcoinj:bitcoinj-core:0.14.7'
testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:1.+'
// compile group: 'com.google.protobuf', name: 'protobuf-lite', version: '3.0.1'
compile 'com.google.protobuf:protobuf-java:3.5.1'
compile 'org.json:json:20170516'
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.16.20'
implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.12'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/niujunhong/tokencore.git
git@gitee.com:niujunhong/tokencore.git
niujunhong
tokencore
tokencore
master

搜索帮助