| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcom.github.meazza |
| Идентификатор | Идентификаторspring-boot-request-copy |
| Версия | Версия1.0.5.RELEASE |
| Тип | Типjar |
<!-- 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.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.meazza/spring-boot-request-copy/
implementation 'com.github.meazza:spring-boot-request-copy:1.0.5.RELEASE'
// https://jarcasting.com/artifacts/com.github.meazza/spring-boot-request-copy/
implementation ("com.github.meazza:spring-boot-request-copy:1.0.5.RELEASE")
'com.github.meazza:spring-boot-request-copy:jar:1.0.5.RELEASE'
<dependency org="com.github.meazza" name="spring-boot-request-copy" rev="1.0.5.RELEASE">
<artifact name="spring-boot-request-copy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.meazza', module='spring-boot-request-copy', version='1.0.5.RELEASE')
)
libraryDependencies += "com.github.meazza" % "spring-boot-request-copy" % "1.0.5.RELEASE"
[com.github.meazza/spring-boot-request-copy "1.0.5.RELEASE"]