MVN

io.github.chengao93 : aard

Maven & Gradle

Dec 20, 2021
1 stars

aard · java faster serialization 特点: 1、使用Java AST 语法树在编译时期生成代码,抛弃传统的反射或ASM,达到接近原生的执行效率。 2、提供快速的序列化与反序列化。 3、提供更高效的对象copy。

<dependency>
    <groupId>io.github.chengao93</groupId>
    <artifactId>aard</artifactId>
    <version>1.2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.chengao93 : aard to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.7

All Versions

Choose a version of io.github.chengao93 : aard to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
aard-1.2.7
aard-1.2.6
aard-1.2.5
aard-1.2.4
aard-1.2.3
aard-1.2.2
aard-1.2.1
aard-1.2.0

How to add a dependency to Maven

Add the following io.github.chengao93 : aard maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.chengao93</groupId>
    <artifactId>aard</artifactId>
    <version>1.2.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.chengao93 : aard gradle dependency to your build.gradle file:

implementation 'io.github.chengao93:aard:1.2.7'

Gradle Kotlin DSL: Add the following io.github.chengao93 : aard gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.chengao93:aard:1.2.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.chengao93 : aard sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.chengao93" % "aard" % "1.2.7"

Advertisement