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