forked from ably/ably-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependencies.gradle
More file actions
16 lines (16 loc) · 832 Bytes
/
dependencies.gradle
File metadata and controls
16 lines (16 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// These dependencies have to be in lib/build.gradle for compilation _and_
// in java/build.gradle and android/build.gradle for maven.
dependencies {
implementation 'org.msgpack:msgpack-core:0.8.11'
implementation 'org.java-websocket:Java-WebSocket:1.5.3'
implementation 'com.google.code.gson:gson:2.9.0'
implementation 'com.davidehrmann.vcdiff:vcdiff-core:0.1.1'
testImplementation 'org.hamcrest:hamcrest-all:1.3'
testImplementation 'junit:junit:4.12'
testImplementation 'org.nanohttpd:nanohttpd:2.3.0'
testImplementation 'org.nanohttpd:nanohttpd-nanolets:2.3.0'
testImplementation 'org.nanohttpd:nanohttpd-websocket:2.3.0'
testImplementation 'org.mockito:mockito-core:1.10.19'
testImplementation 'net.jodah:concurrentunit:0.4.2'
testImplementation 'org.slf4j:slf4j-simple:1.7.30'
}