Archived
0

bridge-protocol -> libprotocol

This commit is contained in:
2017-06-15 22:52:09 +03:00
parent 2fca454179
commit 6ffb63ceb2
17 changed files with 6 additions and 7 deletions

15
libprotocol/build.gradle Normal file
View File

@@ -0,0 +1,15 @@
group = 'asys'
version = '0.5-SNAPSHOT'
task jar(type: Jar, overwrite: true) {
// не собирать jar
}
ext {
nettyVersion = '4.0.23.Final'
}
dependencies {
compile group: 'com.google.guava', name: 'guava', version: '21.0'
compile group: 'io.netty', name: 'netty-codec', version: nettyVersion
}