License |
License |
---|---|
GroupId | GroupIdse.alipsa |
ArtifactId | ArtifactIdsimple-rest |
Version | Version1.0.1 |
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.1.pom | |
simple-rest-1.0.1.jar | 12 KB |
simple-rest-1.0.1-sources.jar | 7 KB |
simple-rest-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/se.alipsa/simple-rest/
implementation 'se.alipsa:simple-rest:1.0.1'
// https://jarcasting.com/artifacts/se.alipsa/simple-rest/
implementation ("se.alipsa:simple-rest:1.0.1")
'se.alipsa:simple-rest:jar:1.0.1'
<dependency org="se.alipsa" name="simple-rest" rev="1.0.1">
<artifact name="simple-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.alipsa', module='simple-rest', version='1.0.1')
)
libraryDependencies += "se.alipsa" % "simple-rest" % "1.0.1"
[se.alipsa/simple-rest "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.13.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.2.2 |
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 |