MVN

org.jitsi : org.otr4j

Maven & Gradle

Aug 08, 2020
29 stars

otr4j library · otr4j is an implementation of the OTR (Off The Record) protocol in java. Off-the-Record Messaging, is a cryptographic protocol that uses a combination of the Advanced Encryption Standard (AES), the Diffie-Hellman key exchange, and the SHA hash functions. In addition to authentication and encryption, OTR provides perfect forward secrecy and malleable encryption. The OTR protocol was designed by Ian Goldberg and the OTR Development Team.

<dependency>
    <groupId>org.jitsi</groupId>
    <artifactId>org.otr4j</artifactId>
    <version>0.23</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jitsi : org.otr4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.23

All Versions

Choose a version of org.jitsi : org.otr4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.23
org.otr4j-0.23
0.22
org.otr4j-0.22

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jitsi</groupId>
    <artifactId>org.otr4j</artifactId>
    <version>0.23</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jitsi : org.otr4j gradle dependency to your build.gradle file:

implementation 'org.jitsi:org.otr4j:0.23'

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

implementation("org.jitsi:org.otr4j:0.23")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jitsi : org.otr4j sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jitsi" % "org.otr4j" % "0.23"

Advertisement

Dependencies from Group

Nov 01, 2020
4 usages
Apr 12, 2016
3 usages
10 stars
Nov 01, 2020
3 usages
Feb 20, 2020
2 usages
41 stars
Aug 23, 2023
2 usages
414 stars

Discover Dependencies

Jan 03, 2022
0 stars
Dec 29, 2021
1 usages
12 stars
Aug 12, 2020
0 stars
Jun 26, 2023
4 usages
886 stars