1 Star 1 Fork 28

冯德明/tokencore

forked from galaxyzxcv/tokencore 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
galaxyzxcv 提交于 2020-09-27 20:05 . update lombok
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'
annotationProcessor 'org.projectlombok:lombok:1.18.2'
compileOnly 'org.projectlombok:lombok:1.18.2'
implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.12'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/dleucayewa/tokencore.git
git@gitee.com:dleucayewa/tokencore.git
dleucayewa
tokencore
tokencore
master

搜索帮助