MVN

io.github.aresxue.boot : ares-boot-base-model

Maven & Gradle

Jan 05, 2024

元数据模块,包含请求基类、响应基类、分页请求基类、分页响应基类、排序字段、业务异常基类等 Metadata module, including request base class, response base class, paging request base class, paging response base class, sorting field, business exception base class, etc.

<dependency>
    <groupId>io.github.aresxue.boot</groupId>
    <artifactId>ares-boot-base-model</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.aresxue.boot : ares-boot-base-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of io.github.aresxue.boot : ares-boot-base-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
ares-boot-base-model-1.0.2

How to add a dependency to Maven

Add the following io.github.aresxue.boot : ares-boot-base-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.aresxue.boot</groupId>
    <artifactId>ares-boot-base-model</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.aresxue.boot : ares-boot-base-model gradle dependency to your build.gradle file:

implementation 'io.github.aresxue.boot:ares-boot-base-model:1.0.2'

Gradle Kotlin DSL: Add the following io.github.aresxue.boot : ares-boot-base-model gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.aresxue.boot:ares-boot-base-model:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.aresxue.boot : ares-boot-base-model sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.aresxue.boot" % "ares-boot-base-model" % "1.0.2"