文件下载
文件名 操作
request-spring-boot-1.1.1-RELEASE.pom 下载
Apache Maven
<dependency>
  <groupId>com.battcn</groupId>
  <artifactId>request-spring-boot</artifactId>
  <version>1.1.1-RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.battcn:request-spring-boot:1.1.1-RELEASE'
Gradle Kotlin
implementation("com.battcn:request-spring-boot:1.1.1-RELEASE")
Scala SBT
libraryDependencies += "com.battcn" % "request-spring-boot" % "1.1.1-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.battcn', module='request-spring-boot', version='1.1.1-RELEASE')
)
Apache Ivy
<dependency org="com.battcn" name="request-spring-boot" rev="1.1.1-RELEASE" />
Leiningen
[com.battcn/request-spring-boot "1.1.1-RELEASE"]
Apache Buildr
'com.battcn:request-spring-boot:jar:1.1.1-RELEASE'
本项目依赖
该项目无第三方依赖