MVN

cn.wjybxx.dson : dson-apt

Maven & Gradle

Jan 06, 2024
0 stars

Dson-Apt · Dson序列化注解处理器

<dependency>
    <groupId>cn.wjybxx.dson</groupId>
    <artifactId>dson-apt</artifactId>
    <version>1.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.wjybxx.dson : dson-apt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.0
  • Latest Release Candidate: 1.4.rc1

All Versions

Choose a version of cn.wjybxx.dson : dson-apt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
dson-apt-1.4.0
dson-apt-1.4.rc1
1.3.x
dson-apt-1.3.0
1.2.x
dson-apt-1.2.0
dson-apt-1.2.rc4

How to add a dependency to Maven

Add the following cn.wjybxx.dson : dson-apt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.wjybxx.dson</groupId>
    <artifactId>dson-apt</artifactId>
    <version>1.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.wjybxx.dson : dson-apt gradle dependency to your build.gradle file:

implementation 'cn.wjybxx.dson:dson-apt:1.4.0'

Gradle Kotlin DSL: Add the following cn.wjybxx.dson : dson-apt gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.wjybxx.dson:dson-apt:1.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.wjybxx.dson : dson-apt sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.wjybxx.dson" % "dson-apt" % "1.4.0"