Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.meazza |
ArtifactId | ArtifactIdspring-boot-request-copy |
Version | Version1.0.2 |
Type | Typejar |
<!-- 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"]