is not current version
Last Version 0.9

io.rxmicro:rxmicro-rest-server 0.6

The basic HTTP server module used to create REST controllers and run REST-based microservices.

GroupId

GroupId

io.rxmicro
ArtifactId

ArtifactId

rxmicro-rest-server
Version

Version

0.6
Type

Type

jar

Download rxmicro-rest-server 0.6


<!-- https://jarcasting.com/artifacts/io.rxmicro/rxmicro-rest-server/ -->
<dependency>
    <groupId>io.rxmicro</groupId>
    <artifactId>rxmicro-rest-server</artifactId>
    <version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.rxmicro/rxmicro-rest-server/
implementation 'io.rxmicro:rxmicro-rest-server:0.6'
// https://jarcasting.com/artifacts/io.rxmicro/rxmicro-rest-server/
implementation ("io.rxmicro:rxmicro-rest-server:0.6")
'io.rxmicro:rxmicro-rest-server:jar:0.6'
<dependency org="io.rxmicro" name="rxmicro-rest-server" rev="0.6">
  <artifact name="rxmicro-rest-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rxmicro', module='rxmicro-rest-server', version='0.6')
)
libraryDependencies += "io.rxmicro" % "rxmicro-rest-server" % "0.6"
[io.rxmicro/rxmicro-rest-server "0.6"]