t

thundr-rest

A thundr module for simple creation of RESTful services
http://github.com/3wks/thundr-rest/
Dave Kuhn
Files download
File Operation
thundr-rest-1.0.0.jar download
thundr-rest-1.0.0.pom download
thundr-rest-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.threewks.thundr</groupId>
  <artifactId>thundr-rest</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.threewks.thundr:thundr-rest:1.0.0'
Gradle Kotlin
implementation("com.threewks.thundr:thundr-rest:1.0.0")
Scala SBT
libraryDependencies += "com.threewks.thundr" % "thundr-rest" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.threewks.thundr', module='thundr-rest', version='1.0.0')
)
Apache Ivy
<dependency org="com.threewks.thundr" name="thundr-rest" rev="1.0.0" />
Leiningen
[com.threewks.thundr/thundr-rest "1.0.0"]
Apache Buildr
'com.threewks.thundr:thundr-rest:jar:1.0.0'