ubirch-protocol-java
Implementation of the ubirch-protocol in Java. Also contains the implementation of a canonical JSON format for internal handling.
License
The protocol and its implementation are available under the Apache License 2.0.
| License |
License |
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdcom.ubirch |
| ArtifactId | ArtifactIdubirch-protocol-java |
| Last Version | Last Version2.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionubirch-protocol-java [2.1.1]
ubirch protocol implementation for Java
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ubirch-protocol-java-2.1.1.pom | |
| ubirch-protocol-java-2.1.1.jar | 23 KB |
| ubirch-protocol-java-2.1.1-sources.jar | 15 KB |
| ubirch-protocol-java-2.1.1-javadoc.jar | 96 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ubirch/ubirch-protocol-java/ -->
<dependency>
<groupId>com.ubirch</groupId>
<artifactId>ubirch-protocol-java</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ubirch/ubirch-protocol-java/
implementation 'com.ubirch:ubirch-protocol-java:2.1.1'
// https://jarcasting.com/artifacts/com.ubirch/ubirch-protocol-java/
implementation ("com.ubirch:ubirch-protocol-java:2.1.1")
'com.ubirch:ubirch-protocol-java:jar:2.1.1'
<dependency org="com.ubirch" name="ubirch-protocol-java" rev="2.1.1">
<artifact name="ubirch-protocol-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ubirch', module='ubirch-protocol-java', version='2.1.1')
)
libraryDependencies += "com.ubirch" % "ubirch-protocol-java" % "2.1.1"
[com.ubirch/ubirch-protocol-java "2.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.msgpack : jackson-dataformat-msgpack | jar | 0.8.16 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.9.8 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.8 |
| org.msgpack : msgpack-core | jar | 0.8.16 |
| commons-codec : commons-codec | jar | 1.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.ubirch : ubirch-crypto | jar | 2.0.6 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.2.0 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
Implementation of the ubirch-protocol in Java. Also contains the implementation of a canonical JSON format for internal handling.
The protocol and its implementation are available under the Apache License 2.0.