is not current version
Last Version 0.1.4

com.github.smartbuf:smartbuf 0.1.3

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.

GroupId

GroupId

com.github.smartbuf
ArtifactId

ArtifactId

smartbuf
Version

Version

0.1.3
Type

Type

jar

Download smartbuf 0.1.3


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