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 (6 lines) | stat: -rw-r--r-- 101 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
description = """\
JXMPP core components."""

dependencies {
	compile project(':jxmpp-util-cache')
}