MVN

com.github.mkopylec : charon-spring-webmvc

Maven & Gradle

Feb 06, 2023
1 usages
227 stars

Charon Spring Boot Starter · Reverse proxy implementation in form of Spring Boot starter

<dependency>
    <groupId>com.github.mkopylec</groupId>
    <artifactId>charon-spring-webmvc</artifactId>
    <version>5.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mkopylec : charon-spring-webmvc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.0

All Versions

Choose a version of com.github.mkopylec : charon-spring-webmvc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
charon-spring-webmvc-5.1.0
5.0.x
charon-spring-webmvc-5.0.0
4.10.x
charon-spring-webmvc-4.10.0
4.9.x
charon-spring-webmvc-4.9.0
4.8.x
charon-spring-webmvc-4.8.0
4.7.x
charon-spring-webmvc-4.7.0
4.6.x
charon-spring-webmvc-4.6.0
4.5.x
charon-spring-webmvc-4.5.0
4.4.x
charon-spring-webmvc-4.4.0
4.3.x
charon-spring-webmvc-4.3.0
4.2.x
charon-spring-webmvc-4.2.0
4.1.x
charon-spring-webmvc-4.1.0
4.0.x
charon-spring-webmvc-4.0.0

How to add a dependency to Maven

Add the following com.github.mkopylec : charon-spring-webmvc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mkopylec</groupId>
    <artifactId>charon-spring-webmvc</artifactId>
    <version>5.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mkopylec : charon-spring-webmvc gradle dependency to your build.gradle file:

implementation 'com.github.mkopylec:charon-spring-webmvc:5.1.0'

Gradle Kotlin DSL: Add the following com.github.mkopylec : charon-spring-webmvc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mkopylec:charon-spring-webmvc:5.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mkopylec : charon-spring-webmvc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mkopylec" % "charon-spring-webmvc" % "5.1.0"