r

root

An XMPP Stack
http://xmpp.rocks
MIT License
XMPP.rocks
Christian Schudt
Files download
File Operation
root-0.9.1.pom download
Apache Maven
<dependency>
  <groupId>rocks.xmpp</groupId>
  <artifactId>root</artifactId>
  <version>0.9.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'rocks.xmpp:root:0.9.1'
Gradle Kotlin
implementation("rocks.xmpp:root:0.9.1")
Scala SBT
libraryDependencies += "rocks.xmpp" % "root" % "0.9.1"
Groovy Grape
@Grapes(
  @Grab(group='rocks.xmpp', module='root', version='0.9.1')
)
Apache Ivy
<dependency org="rocks.xmpp" name="root" rev="0.9.1" />
Leiningen
[rocks.xmpp/root "0.9.1"]
Apache Buildr
'rocks.xmpp:root:jar:0.9.1'
Dependencies
The project has no third-party dependencies