is not current version
Last Version 0.23

org.jitsi:org.otr4j 0.22

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.

GroupId

GroupId

org.jitsi
ArtifactId

ArtifactId

org.otr4j
Version

Version

0.22
Type

Type

jar

Download org.otr4j 0.22


<!-- https://jarcasting.com/artifacts/org.jitsi/org.otr4j/ -->
<dependency>
    <groupId>org.jitsi</groupId>
    <artifactId>org.otr4j</artifactId>
    <version>0.22</version>
</dependency>
// https://jarcasting.com/artifacts/org.jitsi/org.otr4j/
implementation 'org.jitsi:org.otr4j:0.22'
// https://jarcasting.com/artifacts/org.jitsi/org.otr4j/
implementation ("org.jitsi:org.otr4j:0.22")
'org.jitsi:org.otr4j:jar:0.22'
<dependency org="org.jitsi" name="org.otr4j" rev="0.22">
  <artifact name="org.otr4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jitsi', module='org.otr4j', version='0.22')
)
libraryDependencies += "org.jitsi" % "org.otr4j" % "0.22"
[org.jitsi/org.otr4j "0.22"]