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-0.0.3.jar download
thundr-rest-0.0.3.pom download
thundr-rest-0.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.threewks.thundr</groupId>
  <artifactId>thundr-rest</artifactId>
  <version>0.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.threewks.thundr:thundr-rest:0.0.3'
Gradle Kotlin
implementation("com.threewks.thundr:thundr-rest:0.0.3")
Scala SBT
libraryDependencies += "com.threewks.thundr" % "thundr-rest" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.threewks.thundr', module='thundr-rest', version='0.0.3')
)
Apache Ivy
<dependency org="com.threewks.thundr" name="thundr-rest" rev="0.0.3" />
Leiningen
[com.threewks.thundr/thundr-rest "0.0.3"]
Apache Buildr
'com.threewks.thundr:thundr-rest:jar:0.0.3'