https://github.com/msrd0/matrix-olm-java
A JNI port of the OLM library from matrix. Mirror of https://gitlab.com/mextrix/matrix-olm-java
https://github.com/msrd0/matrix-olm-java
Last synced: about 2 months ago
JSON representation
A JNI port of the OLM library from matrix. Mirror of https://gitlab.com/mextrix/matrix-olm-java
- Host: GitHub
- URL: https://github.com/msrd0/matrix-olm-java
- Owner: msrd0
- License: apache-2.0
- Created: 2018-07-13T12:08:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T12:09:40.000Z (almost 7 years ago)
- Last Synced: 2025-02-13T08:30:06.822Z (4 months ago)
- Language: C++
- Homepage:
- Size: 161 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# matrix-olm-java [](https://gitlab.com/mextrix/matrix-olm-java/pipelines) [](https://apache.org/licenses/LICENSE-2.0.html)
A JNI port of the OLM library from matrix. It is a fork of their android build with changed dependencies so that one
can use it for every Java project, not necessarily targetting Android.## Gradle
```gradle
repositories {
maven { url "https://maven.nextgenenergy.co.nz/artifactory/maven/" }
}dependencies {
compile "msrd0.matrix:matrix-olm-java:+"
}
```