License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.mkopylec |
ArtifactId | ArtifactIdreverse-proxy-spring-boot-starter |
Version | Version1.1.2 |
Type | Typejar |
Description |
DescriptionreCAPTCHA Spring Boot Starter
Spring Boot starter for reverse proxy.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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.2</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.2'
// https://jarcasting.com/artifacts/com.github.mkopylec/reverse-proxy-spring-boot-starter/
implementation ("com.github.mkopylec:reverse-proxy-spring-boot-starter:1.1.2")
'com.github.mkopylec:reverse-proxy-spring-boot-starter:jar:1.1.2'
<dependency org="com.github.mkopylec" name="reverse-proxy-spring-boot-starter" rev="1.1.2">
<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.2')
)
libraryDependencies += "com.github.mkopylec" % "reverse-proxy-spring-boot-starter" % "1.1.2"
[com.github.mkopylec/reverse-proxy-spring-boot-starter "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 1.3.5.RELEASE |
io.netty : netty-all | jar | 4.0.36.Final |
org.apache.commons : commons-collections4 | jar | 4.1 |
commons-io : commons-io | jar | 2.5 |
org.apache.commons : commons-lang3 | jar | 3.4 |
org.springframework.retry : spring-retry | jar | 1.1.2.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.3.5.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
com.github.tomakehurst : wiremock | jar | 2.0.10-beta |
org.spockframework : spock-spring | jar | 1.0-groovy-2.4 |
org.springframework.boot : spring-boot-starter-test | jar | 1.3.5.RELEASE |