is not current version
Last Version 2.0-v20210916

dev.rafex.ether.rest:ether-rest 1.0.1-v20201006

Utilities to create microservices without frameworks. Rest layer to create microservice server with jetty and servlets

GroupId

GroupId

dev.rafex.ether.rest
ArtifactId

ArtifactId

ether-rest
Version

Version

1.0.1-v20201006
Type

Type

jar

Download ether-rest 1.0.1-v20201006


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