r

request-spring-boot-starter

Files download
File Operation
request-spring-boot-starter-1.1.1-RELEASE.jar download
request-spring-boot-starter-1.1.1-RELEASE.pom download
request-spring-boot-starter-1.1.1-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.battcn</groupId>
  <artifactId>request-spring-boot-starter</artifactId>
  <version>1.1.1-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.battcn:request-spring-boot-starter:1.1.1-RELEASE'
Gradle Kotlin
implementation("com.battcn:request-spring-boot-starter:1.1.1-RELEASE")
Scala SBT
libraryDependencies += "com.battcn" % "request-spring-boot-starter" % "1.1.1-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.battcn', module='request-spring-boot-starter', version='1.1.1-RELEASE')
)
Apache Ivy
<dependency org="com.battcn" name="request-spring-boot-starter" rev="1.1.1-RELEASE" />
Leiningen
[com.battcn/request-spring-boot-starter "1.1.1-RELEASE"]
Apache Buildr
'com.battcn:request-spring-boot-starter:jar:1.1.1-RELEASE'