License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.mkopylec |
ArtifactId | ArtifactIdcharon-spring-boot-starter |
Version | Version3.2.0 |
Type | Typejar |
Description |
DescriptionCharon Spring Boot Starter
Reverse proxy implementation in form of Spring Boot starter.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.mkopylec/charon-spring-boot-starter/ -->
<dependency>
<groupId>com.github.mkopylec</groupId>
<artifactId>charon-spring-boot-starter</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mkopylec/charon-spring-boot-starter/
implementation 'com.github.mkopylec:charon-spring-boot-starter:3.2.0'
// https://jarcasting.com/artifacts/com.github.mkopylec/charon-spring-boot-starter/
implementation ("com.github.mkopylec:charon-spring-boot-starter:3.2.0")
'com.github.mkopylec:charon-spring-boot-starter:jar:3.2.0'
<dependency org="com.github.mkopylec" name="charon-spring-boot-starter" rev="3.2.0">
<artifact name="charon-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mkopylec', module='charon-spring-boot-starter', version='3.2.0')
)
libraryDependencies += "com.github.mkopylec" % "charon-spring-boot-starter" % "3.2.0"
[com.github.mkopylec/charon-spring-boot-starter "3.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.1.3.RELEASE |
org.apache.commons : commons-lang3 | jar | 3.8.1 |
org.apache.commons : commons-collections4 | jar | 4.2 |
commons-io : commons-io | jar | 2.6 |
org.apache.httpcomponents : httpclient | jar | 4.5.6 |
org.springframework.retry : spring-retry | jar | 1.2.2.RELEASE |
io.micrometer : micrometer-core | jar | 1.1.3 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.3.RELEASE |
org.spockframework : spock-spring | jar | 1.2-groovy-2.5 |
com.github.tomakehurst : wiremock | jar | 2.21.0 |