r

request-spring-boot-autoconfigure

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