Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.mkopylec |
ArtifactId | ArtifactIdreverse-proxy-spring-boot-starter |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mkopylec/reverse-proxy-spring-boot-starter/ -->
<dependency>
<groupId>com.github.mkopylec</groupId>
<artifactId>reverse-proxy-spring-boot-starter</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mkopylec/reverse-proxy-spring-boot-starter/
implementation 'com.github.mkopylec:reverse-proxy-spring-boot-starter:1.1.0'
// https://jarcasting.com/artifacts/com.github.mkopylec/reverse-proxy-spring-boot-starter/
implementation ("com.github.mkopylec:reverse-proxy-spring-boot-starter:1.1.0")
'com.github.mkopylec:reverse-proxy-spring-boot-starter:jar:1.1.0'
<dependency org="com.github.mkopylec" name="reverse-proxy-spring-boot-starter" rev="1.1.0">
<artifact name="reverse-proxy-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mkopylec', module='reverse-proxy-spring-boot-starter', version='1.1.0')
)
libraryDependencies += "com.github.mkopylec" % "reverse-proxy-spring-boot-starter" % "1.1.0"
[com.github.mkopylec/reverse-proxy-spring-boot-starter "1.1.0"]