ether-rest

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

License

License

GroupId

GroupId

dev.rafex.ether.rest
ArtifactId

ArtifactId

ether-rest
Last Version

Last Version

2.0-v20210916
Release Date

Release Date

Type

Type

jar
Description

Description

ether-rest
Utilities to create microservices without frameworks. Rest layer to create microservice server with jetty and servlets
Source Code Management

Source Code Management

https://github.com/rafex/ether/tree/master

Download ether-rest

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
dev.rafex.ether.object : ether-object jar 2.0-v20210916
org.eclipse.jetty : jetty-servlet jar 9.4.40.v20210413
org.eclipse.jetty : jetty-server jar 9.4.40.v20210413
org.eclipse.jetty.http2 : http2-server jar 9.4.40.v20210413

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar

Project Modules

There are no modules declared in this project.

Versions

Version
2.0-v20210916
2.0-v20210511
2.0-v20210220
2.0-v20201127
2.0-v20201126
2.0.0-v20201122
2.0.0-v20201010
2.0.0-v20201009
2.0.0-v20201007
1.0.1-v20201006
1.0