MVN

org.minbox.framework : api-boot-starter-grace

Maven & Gradle

Apr 24, 2022
1 usages

集成操作日志框架"Grace",让我们优雅的记录有效的、可读性高的、扩展性强的操作日志。

<dependency>
    <groupId>org.minbox.framework</groupId>
    <artifactId>api-boot-starter-grace</artifactId>
    <version>2.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.minbox.framework : api-boot-starter-grace to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.8

All Versions

Choose a version of org.minbox.framework : api-boot-starter-grace to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
api-boot-starter-grace-2.3.8
api-boot-starter-grace-2.3.7
api-boot-starter-grace-2.3.6

How to add a dependency to Maven

Add the following org.minbox.framework : api-boot-starter-grace maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.minbox.framework</groupId>
    <artifactId>api-boot-starter-grace</artifactId>
    <version>2.3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.minbox.framework : api-boot-starter-grace gradle dependency to your build.gradle file:

implementation 'org.minbox.framework:api-boot-starter-grace:2.3.8'

Gradle Kotlin DSL: Add the following org.minbox.framework : api-boot-starter-grace gradle kotlin dependency to your build.gradle.kts file:

implementation("org.minbox.framework:api-boot-starter-grace:2.3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.minbox.framework : api-boot-starter-grace sbt scala dependency to your build.sbt file:

libraryDependencies += "org.minbox.framework" % "api-boot-starter-grace" % "2.3.8"