Simple Rest

Simple, modular Rest library for java 11+

License

License

MIT
GroupId

GroupId

se.alipsa
ArtifactId

ArtifactId

simple-rest
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Simple Rest
Simple, modular Rest library for java 11+
Project URL

Project URL

https://github.com/Alipsa/simple-rest
Source Code Management

Source Code Management

https://github.com/Alipsa/simple-rest/tree/master

Download simple-rest

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-core jar 2.13.3
com.fasterxml.jackson.core : jackson-databind jar 2.13.3
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.13.3

test (4)

Group / Artifact Type Version
org.slf4j : slf4j-reload4j jar 1.7.36
org.eclipse.jetty : jetty-server jar 11.0.9
org.eclipse.jetty : jetty-servlet jar 11.0.9
org.junit.jupiter : junit-jupiter jar 5.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0