File: build.sbt

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 (12 lines) | stat: -rw-r--r-- 453 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
name := "JXMPP Playground for Scala"

version := "1.0"

resolvers += Resolver.sonatypeRepo("snapshots")
resolvers += Resolver.mavenLocal

libraryDependencies += "org.jxmpp" % "jxmpp-jid" % "latest.integration"
libraryDependencies += "org.jxmpp" % "jxmpp-stringprep-libidn" % "latest.integration"
//libraryDependencies += "org.jxmpp" % "jxmpp-stringprep-icu4j" % "latest.integration"

initialCommands in console += "import org.jxmpp.jid.impl.JidCreate;"