aimanj
Lightweight Java library for integration with Matrix clients
License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdio.github.matrixainetwork |
ArtifactId | ArtifactIdcore |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncore
aimanj is a lightweight Java library for integration with Matrix clients
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core-1.0.2.pom | |
core-1.0.2.jar | 295 KB |
core-1.0.2-tests.jar | 108 KB |
core-1.0.2-sources.jar | 151 KB |
core-1.0.2-javadoc.jar | 813 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.matrixainetwork/core/ -->
<dependency>
<groupId>io.github.matrixainetwork</groupId>
<artifactId>core</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.matrixainetwork/core/
implementation 'io.github.matrixainetwork:core:1.0.2'
// https://jarcasting.com/artifacts/io.github.matrixainetwork/core/
implementation ("io.github.matrixainetwork:core:1.0.2")
'io.github.matrixainetwork:core:jar:1.0.2'
<dependency org="io.github.matrixainetwork" name="core" rev="1.0.2">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.matrixainetwork', module='core', version='1.0.2')
)
libraryDependencies += "io.github.matrixainetwork" % "core" % "1.0.2"
[io.github.matrixainetwork/core "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
io.github.matrixainetwork : abi | jar | 1.0.2 |
io.github.matrixainetwork : crypto | jar | 1.0.2 |
io.github.matrixainetwork : tuples | jar | 1.0.2 |
com.github.jnr : jnr-unixsocket | jar | 0.21 |
com.squareup.okhttp3 : okhttp | jar | 3.8.1 |
com.squareup.okhttp3 : logging-interceptor | jar | 3.8.1 |
io.reactivex.rxjava2 : rxjava | jar | 2.2.2 |
org.java-websocket : Java-WebSocket | jar | 1.3.8 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.8.5 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Lightweight Java library for integration with Matrix clients