is not current version
Last Version 1.2.7

io.github.chengao93:aard 1.2.2

java faster serialization 特点: 1、使用Java AST 语法树在编译时期生成代码,抛弃传统的反射或ASM,更高效 2、快速的序列化与反序列化 3、更高效的对像copy

GroupId

GroupId

io.github.chengao93
ArtifactId

ArtifactId

aard
Version

Version

1.2.2
Type

Type

jar

Download aard 1.2.2


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