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