MVN

com.battcn : request-spring-boot-starter

Maven & Gradle

Jul 30, 2019
1 usages

request-spring-boot-starter

<dependency>
    <groupId>com.battcn</groupId>
    <artifactId>request-spring-boot-starter</artifactId>
    <version>1.1.1-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.1-RELEASE

All Versions

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

  • Version Updated
  • request-spring-boot-starter-1.1.1-RELEASE

    Jul 30, 2019
  • request-spring-boot-starter-1.0.9-RELEASE

    Jul 22, 2019
  • request-spring-boot-starter-1.0.8-RELEASE

    Jan 02, 2019
  • request-spring-boot-starter-1.0.7-RELEASE

    Dec 27, 2018
  • request-spring-boot-starter-1.0.6-RELEASE

    Dec 25, 2018
  • request-spring-boot-starter-1.0.5-RELEASE

    Dec 24, 2018
  • request-spring-boot-starter-1.0.3-RELEASE

    Dec 20, 2018
  • request-spring-boot-starter-1.0.2-RELEASE

    Dec 19, 2018
  • request-spring-boot-starter-1.0.1-RELEASE

    Dec 17, 2018

How to add a dependency to Maven

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

<dependency>
    <groupId>com.battcn</groupId>
    <artifactId>request-spring-boot-starter</artifactId>
    <version>1.1.1-RELEASE</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.battcn:request-spring-boot-starter:1.1.1-RELEASE'

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

implementation("com.battcn:request-spring-boot-starter:1.1.1-RELEASE")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.battcn" % "request-spring-boot-starter" % "1.1.1-RELEASE"