w

web-rest

Restful Web Service API for Strolch
Files download
File Operation
web-rest-2.2.1.jar download
web-rest-2.2.1.pom download
web-rest-2.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>li.strolch</groupId>
  <artifactId>web-rest</artifactId>
  <version>2.2.1</version>
</dependency>
Gradle Groovy
implementation 'li.strolch:web-rest:2.2.1'
Gradle Kotlin
implementation("li.strolch:web-rest:2.2.1")
Scala SBT
libraryDependencies += "li.strolch" % "web-rest" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='li.strolch', module='web-rest', version='2.2.1')
)
Apache Ivy
<dependency org="li.strolch" name="web-rest" rev="2.2.1" />
Leiningen
[li.strolch/web-rest "2.2.1"]
Apache Buildr
'li.strolch:web-rest:jar:2.2.1'