| License |
License |
|---|---|
| GroupId | GroupIdeu.piotro |
| ArtifactId | ArtifactIdrest2api |
| Version | Version1.3.0 |
| Type | Typejar |
| Description |
Descriptionrest2api
Light-weight server for REST APIs
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| rest2api-1.3.0.pom | |
| rest2api-1.3.0.jar | 25 KB |
| rest2api-1.3.0-sources.jar | 15 KB |
| rest2api-1.3.0-javadoc.jar | 469 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/eu.piotro/rest2api/ -->
<dependency>
<groupId>eu.piotro</groupId>
<artifactId>rest2api</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.piotro/rest2api/
implementation 'eu.piotro:rest2api:1.3.0'
// https://jarcasting.com/artifacts/eu.piotro/rest2api/
implementation ("eu.piotro:rest2api:1.3.0")
'eu.piotro:rest2api:jar:1.3.0'
<dependency org="eu.piotro" name="rest2api" rev="1.3.0">
<artifact name="rest2api" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.piotro', module='rest2api', version='1.3.0')
)
libraryDependencies += "eu.piotro" % "rest2api" % "1.3.0"
[eu.piotro/rest2api "1.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |