s

smackx-jingle

Smack is an Open Source XMPP (Jabber) client library for instant messaging and presence. This library provides an implementation of the Jingle extensions which provide for a means of multimedia dta transfer between clients.
http://www.igniterealtime.org/projects/smack/
The Apache Software License, Version 2.0
Ignite Realtime
Robin Collier
Files download
File Operation
smackx-jingle-3.2.1.jar download
smackx-jingle-3.2.1.pom download
smackx-jingle-3.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.igniterealtime.smack</groupId>
  <artifactId>smackx-jingle</artifactId>
  <version>3.2.1</version>
</dependency>
Gradle Groovy
implementation 'org.igniterealtime.smack:smackx-jingle:3.2.1'
Gradle Kotlin
implementation("org.igniterealtime.smack:smackx-jingle:3.2.1")
Scala SBT
libraryDependencies += "org.igniterealtime.smack" % "smackx-jingle" % "3.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.igniterealtime.smack', module='smackx-jingle', version='3.2.1')
)
Apache Ivy
<dependency org="org.igniterealtime.smack" name="smackx-jingle" rev="3.2.1" />
Leiningen
[org.igniterealtime.smack/smackx-jingle "3.2.1"]
Apache Buildr
'org.igniterealtime.smack:smackx-jingle:jar:3.2.1'
Dependencies
The project has no third-party dependencies