2016-11-21 17:50:30 +00:00
|
|
|
group 'com.luminiasoft'
|
|
|
|
version '0.1-SNAPSHOT'
|
|
|
|
|
|
|
|
apply plugin: 'java'
|
|
|
|
|
|
|
|
repositories {
|
|
|
|
mavenCentral()
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2016-12-12 18:13:12 +00:00
|
|
|
testCompile group: 'junit', name: 'junit', version: '4.12'
|
2016-11-21 17:50:30 +00:00
|
|
|
compile 'com.neovisionaries:nv-websocket-client:1.30'
|
|
|
|
compile 'org.bitcoinj:bitcoinj-core:0.14.3'
|
|
|
|
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.0'
|
2016-11-28 15:57:57 +00:00
|
|
|
compile group: "org.tukaani", name: "xz", version: "1.6"
|
2016-11-21 17:50:30 +00:00
|
|
|
}
|