is not current version
Last Version 1.0.0

com.threewks.thundr:thundr-rest 0.0.4

A thundr module for simple creation of RESTful services

GroupId

GroupId

com.threewks.thundr
ArtifactId

ArtifactId

thundr-rest
Version

Version

0.0.4
Type

Type

jar

Download thundr-rest 0.0.4


<!-- https://jarcasting.com/artifacts/com.threewks.thundr/thundr-rest/ -->
<dependency>
    <groupId>com.threewks.thundr</groupId>
    <artifactId>thundr-rest</artifactId>
    <version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-rest/
implementation 'com.threewks.thundr:thundr-rest:0.0.4'
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-rest/
implementation ("com.threewks.thundr:thundr-rest:0.0.4")
'com.threewks.thundr:thundr-rest:jar:0.0.4'
<dependency org="com.threewks.thundr" name="thundr-rest" rev="0.0.4">
  <artifact name="thundr-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threewks.thundr', module='thundr-rest', version='0.0.4')
)
libraryDependencies += "com.threewks.thundr" % "thundr-rest" % "0.0.4"
[com.threewks.thundr/thundr-rest "0.0.4"]