MVN

com.btye102 : request-json-boot-starter

Maven & Gradle

Jul 26, 2023
5 stars

request-json-boot-starter · request-json-boot-starter 主要在解决application/json的请求数据,可以通过注解获取指定name的数据信息

<dependency>
    <groupId>com.btye102</groupId>
    <artifactId>request-json-boot-starter</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.btye102 : request-json-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.btye102 : request-json-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
request-json-boot-starter-1.0.2
request-json-boot-starter-1.0.1
request-json-boot-starter-1.0.0

How to add a dependency to Maven

Add the following com.btye102 : request-json-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.btye102</groupId>
    <artifactId>request-json-boot-starter</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.btye102 : request-json-boot-starter gradle dependency to your build.gradle file:

implementation 'com.btye102:request-json-boot-starter:1.0.2'

Gradle Kotlin DSL: Add the following com.btye102 : request-json-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.btye102:request-json-boot-starter:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.btye102 : request-json-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.btye102" % "request-json-boot-starter" % "1.0.2"

Advertisement