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