License |
License |
---|---|
GroupId | GroupIdse.alipsa |
ArtifactId | ArtifactIdsimple-rest |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple Rest
Simple, modular Rest library for java 11+
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simple-rest-1.0.2.pom | |
simple-rest-1.0.2.jar | 12 KB |
simple-rest-1.0.2-sources.jar | 7 KB |
simple-rest-1.0.2-javadoc.jar | 422 KB |
Browse |
<!-- 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"]
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 |
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 |