is not current version
Last Version 1.0.6.RELEASE

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

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.3
Type

Type

jar

Download spring-boot-request-copy 1.0.3


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