MVN

cn.wjybxx.dson : dson-core

Maven & Gradle

Aug 26, 2023
0 stars

Dson-Core · 有点奇怪的配置文件格式和序列化方案

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

Latest Version

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

  • Latest Stable: 1.0.4
  • Latest Release Candidate: 1.0-rc-2
  • Latest Beta: 0.99.beta

All Versions

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

Version Vulnerabilities Updated
1.0.x
dson-core-1.0.4
dson-core-1.0.3
dson-core-1.0.2
dson-core-1.0.1
1.0
dson-core-1.0-rc-2
dson-core-1.0-rc-1
0.99.x
dson-core-0.99.beta
0.99
dson-core-0.99-beta

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.wjybxx.dson</groupId>
    <artifactId>dson-core</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'cn.wjybxx.dson:dson-core:1.0.4'

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

implementation("cn.wjybxx.dson:dson-core:1.0.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "cn.wjybxx.dson" % "dson-core" % "1.0.4"

Advertisement