License |
License |
---|---|
GroupId | GroupIddev.rafex.ether.rest |
ArtifactId | ArtifactIdether-rest |
Last Version | Last Version2.0-v20210916 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionether-rest
Utilities to create microservices without frameworks. Rest layer to create microservice server with jetty and servlets
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ether-rest-2.0-v20210916.pom | |
ether-rest-2.0-v20210916.jar | 20 KB |
ether-rest-2.0-v20210916-sources.jar | 29 KB |
ether-rest-2.0-v20210916-javadoc.jar | 443 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar |