MVN

com.gitee.shawn_lxc : graceful-response

Maven & Gradle

Jun 05, 2023

Graceful Response · Help Spring Boot web project responses gracefully!

<dependency>
    <groupId>com.gitee.shawn_lxc</groupId>
    <artifactId>graceful-response</artifactId>
    <version>1.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.shawn_lxc : graceful-response to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.10

All Versions

Choose a version of com.gitee.shawn_lxc : graceful-response to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
graceful-response-1.0.10
graceful-response-1.0.9
graceful-response-1.0.8
graceful-response-1.0.7
graceful-response-1.0.6
graceful-response-1.0.5
graceful-response-1.0.4
graceful-response-1.0.3
graceful-response-1.0.2
graceful-response-1.0.1
graceful-response-1.0.0

How to add a dependency to Maven

Add the following com.gitee.shawn_lxc : graceful-response maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitee.shawn_lxc</groupId>
    <artifactId>graceful-response</artifactId>
    <version>1.0.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitee.shawn_lxc : graceful-response gradle dependency to your build.gradle file:

implementation 'com.gitee.shawn_lxc:graceful-response:1.0.10'

Gradle Kotlin DSL: Add the following com.gitee.shawn_lxc : graceful-response gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitee.shawn_lxc:graceful-response:1.0.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitee.shawn_lxc : graceful-response sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitee.shawn_lxc" % "graceful-response" % "1.0.10"

Advertisement