r

rxmicro-rest-server-exchange-json

The module for converting Java models to JSON format and vice versa for REST controllers.
Files download
File Operation
rxmicro-rest-server-exchange-json-0.11.jar download
rxmicro-rest-server-exchange-json-0.11.pom download
rxmicro-rest-server-exchange-json-0.11-sources.jar download
Apache Maven
<dependency>
  <groupId>io.rxmicro</groupId>
  <artifactId>rxmicro-rest-server-exchange-json</artifactId>
  <version>0.11</version>
</dependency>
Gradle Groovy
implementation 'io.rxmicro:rxmicro-rest-server-exchange-json:0.11'
Gradle Kotlin
implementation("io.rxmicro:rxmicro-rest-server-exchange-json:0.11")
Scala SBT
libraryDependencies += "io.rxmicro" % "rxmicro-rest-server-exchange-json" % "0.11"
Groovy Grape
@Grapes(
  @Grab(group='io.rxmicro', module='rxmicro-rest-server-exchange-json', version='0.11')
)
Apache Ivy
<dependency org="io.rxmicro" name="rxmicro-rest-server-exchange-json" rev="0.11" />
Leiningen
[io.rxmicro/rxmicro-rest-server-exchange-json "0.11"]
Apache Buildr
'io.rxmicro:rxmicro-rest-server-exchange-json:jar:0.11'