is not current version
Last Version 1.1.1-RELEASE

com.battcn:request-spring-boot 1.0.9-RELEASE

包装 request body

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.battcn
ArtifactId

ArtifactId

request-spring-boot
Version

Version

1.0.9-RELEASE
Type

Type

pom

Download request-spring-boot 1.0.9-RELEASE


<!-- https://jarcasting.com/artifacts/com.battcn/request-spring-boot/ -->
<dependency>
    <groupId>com.battcn</groupId>
    <artifactId>request-spring-boot</artifactId>
    <version>1.0.9-RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.battcn/request-spring-boot/
implementation 'com.battcn:request-spring-boot:1.0.9-RELEASE'
// https://jarcasting.com/artifacts/com.battcn/request-spring-boot/
implementation ("com.battcn:request-spring-boot:1.0.9-RELEASE")
'com.battcn:request-spring-boot:pom:1.0.9-RELEASE'
<dependency org="com.battcn" name="request-spring-boot" rev="1.0.9-RELEASE">
  <artifact name="request-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.battcn', module='request-spring-boot', version='1.0.9-RELEASE')
)
libraryDependencies += "com.battcn" % "request-spring-boot" % "1.0.9-RELEASE"
[com.battcn/request-spring-boot "1.0.9-RELEASE"]