-
Notifications
You must be signed in to change notification settings - Fork 55
Installation
Mariusz Kopylec edited this page Jan 26, 2025
·
21 revisions
Charon is published on Maven Central repository.
WebMVC module:
dependencies {
implementation group: 'com.github.mkopylec', name: 'charon-spring-webmvc', version: '5.4.0'
}
WebFlux module:
dependencies {
implementation group: 'com.github.mkopylec', name: 'charon-spring-webflux', version: '5.4.0'
}