is not current version
Last Version 1.0.6.RELEASE

com.github.meazza:spring-boot-request-copy 1.0.2

Provide Spring MVC @RequestCopy annotation

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.meazza
ArtifactId

ArtifactId

spring-boot-request-copy
Version

Version

1.0.2
Type

Type

jar

Download spring-boot-request-copy 1.0.2


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