Codebase list libjxmpp-java / ac5e0247-d212-4d2e-89e5-0150234cc8b5/main jxmpp-stringprep-icu4j / build.gradle
ac5e0247-d212-4d2e-89e5-0150234cc8b5/main

Tree @ac5e0247-d212-4d2e-89e5-0150234cc8b5/main (Download .tar.gz)

build.gradle @ac5e0247-d212-4d2e-89e5-0150234cc8b5/mainraw · history · blame

1
2
3
4
5
6
7
description = """\
JXMPP Stringprep with ICU4J."""

dependencies {
	compile project(':jxmpp-core')
	compile 'com.ibm.icu:icu4j:62.2'
}