MVN

org.igniterealtime : tinder

Maven & Gradle

Apr 19, 2017
6 usages
30 stars

Tinder XMPP library · Tinder is a Java based XMPP library, providing an implementation for XMPP stanzas and components. Tinders origins lie in code that's shared between Jive Software's Openfire and Whack implementations. The implementation that's provided in Tinder hasn't been written again from scratch. Instead, code has been moved from the original projects into Tinder, preserving al of the existing features and functionality. Most of the code that's now in Tinder is based on the org.xmpp package implementation that previously existed in Openfire and Whack. This is the code that defines classes such as Packet, JID, IQ, Component and their extensions. Additionally, some multi-purpose code (such as the DataForm and Result Set Management implementations have been moved to Tinder as well.

<dependency>
    <groupId>org.igniterealtime</groupId>
    <artifactId>tinder</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.igniterealtime : tinder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of org.igniterealtime : tinder to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
tinder-1.3.0
1.2.x
tinder-1.2.3
tinder-1.2.2
tinder-1.2.1
tinder-1.2.0
1.1.x
tinder-1.1.0
1.0.x
tinder-1.0.0

How to add a dependency to Maven

Add the following org.igniterealtime : tinder maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.igniterealtime</groupId>
    <artifactId>tinder</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.igniterealtime : tinder gradle dependency to your build.gradle file:

implementation 'org.igniterealtime:tinder:1.3.0'

Gradle Kotlin DSL: Add the following org.igniterealtime : tinder gradle kotlin dependency to your build.gradle.kts file:

implementation("org.igniterealtime:tinder:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.igniterealtime : tinder sbt scala dependency to your build.sbt file:

libraryDependencies += "org.igniterealtime" % "tinder" % "1.3.0"

Advertisement

Dependencies from Group

Apr 19, 2017
6 usages
30 stars
Mar 12, 2019
1 usages
99 stars
Nov 29, 2016
27 stars

Discover Dependencies

Aug 03, 2018
4 usages
Nov 21, 2022
18 stars
Nov 06, 2017
Apr 23, 2017
0 stars
Jul 23, 2023
1 usages
1.3k stars
Jul 23, 2023
1.3k stars
Apr 23, 2017
1 stars
Aug 09, 2023
51 usages
2.9k stars