1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 09:09:38 +02:00

Add Smack.getNoticeStream() and 'License' section to README

This commit is contained in:
Florian Schmaus 2020-11-08 23:01:39 +01:00
parent 1f5ada4822
commit afd18f95c9
5 changed files with 79 additions and 1 deletions

View file

@ -14,7 +14,7 @@ dependencies {
api project(':smack-resolver-minidns-dox')
api project(':smack-tcp')
testImplementation 'com.google.guava:guava:28.2-jre'
testImplementation(testFixtures(project(":smack-core")))
testImplementation 'org.jgrapht:jgrapht-io:1.3.1'
}