File: build.gradle

package info (click to toggle)
libjxmpp-java 1.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 904 kB
  • sloc: java: 5,826; xml: 687; sh: 21; python: 11; makefile: 9
file content (7 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
description = """\
JXMPP Stringprep with xmpp.rocks's Precis library."""

dependencies {
	compile project(':jxmpp-core')
	compile 'rocks.xmpp:precis:1.1.0'
}