License |
License |
---|---|
GroupId | GroupIdcom.github.smartbuf |
ArtifactId | ArtifactIdsmartbuf |
Last Version | Last Version0.1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsmartbuf
SmartBuf, is a cross-language serialization and deserialization framework, and it has
high performance and compression ratio like protobuf, high compatibility and scalability like json.
|
Project URL |
Project URL |
Filename | Size |
---|---|
smartbuf-0.1.4.pom | |
smartbuf-0.1.4.jar | 154 KB |
smartbuf-0.1.4-sources.jar | 91 KB |
smartbuf-0.1.4-javadoc.jar | 576 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.smartbuf/smartbuf/ -->
<dependency>
<groupId>com.github.smartbuf</groupId>
<artifactId>smartbuf</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.smartbuf/smartbuf/
implementation 'com.github.smartbuf:smartbuf:0.1.4'
// https://jarcasting.com/artifacts/com.github.smartbuf/smartbuf/
implementation ("com.github.smartbuf:smartbuf:0.1.4")
'com.github.smartbuf:smartbuf:jar:0.1.4'
<dependency org="com.github.smartbuf" name="smartbuf" rev="0.1.4">
<artifact name="smartbuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.smartbuf', module='smartbuf', version='0.1.4')
)
libraryDependencies += "com.github.smartbuf" % "smartbuf" % "0.1.4"
[com.github.smartbuf/smartbuf "0.1.4"]
Group / Artifact | Type | Version |
---|---|---|
com.github.sisyphsu : dateparser | jar | 1.0.2 |
org.ow2.asm : asm | jar | 7.2 |
org.slf4j : slf4j-api | jar | 1.7.26 |
org.projectlombok : lombok | jar | 1.18.6 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.7.26 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
joda-time : joda-time | jar | 2.10.3 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.8.1 |
commons-io : commons-io | jar | 2.6 |
cglib : cglib | jar | 3.2.12 |
com.fasterxml.jackson.core : jackson-core | jar | 2.10.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.0 |
com.google.protobuf : protobuf-java | jar | 3.9.2 |
org.msgpack : msgpack | jar | 0.6.12 |
com.esotericsoftware : kryo | jar | 4.0.2 |
org.junit.jupiter : junit-jupiter-api | jar | 5.5.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.1 |
org.openjdk.jmh : jmh-core | jar | 1.21 |
org.openjdk.jmh : jmh-generator-annprocess | jar | 1.21 |