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