r

rest2api

Light-weight server for REST APIs
https://github.com/piotro888/rest2api
MIT License
Piotr Wegrzyn
Files download
File Operation
rest2api-1.3.0.jar download
rest2api-1.3.0.pom download
rest2api-1.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>eu.piotro</groupId>
  <artifactId>rest2api</artifactId>
  <version>1.3.0</version>
</dependency>
Gradle Groovy
implementation 'eu.piotro:rest2api:1.3.0'
Gradle Kotlin
implementation("eu.piotro:rest2api:1.3.0")
Scala SBT
libraryDependencies += "eu.piotro" % "rest2api" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='eu.piotro', module='rest2api', version='1.3.0')
)
Apache Ivy
<dependency org="eu.piotro" name="rest2api" rev="1.3.0" />
Leiningen
[eu.piotro/rest2api "1.3.0"]
Apache Buildr
'eu.piotro:rest2api:jar:1.3.0'
Dependencies