is not current version
Last Version 3.0.0

com.threewks.thundr:thundr 0.9.11

thundr is a light-weight java web framework designed for use in cloud deployed web applications.

GroupId

GroupId

com.threewks.thundr
ArtifactId

ArtifactId

thundr
Version

Version

0.9.11
Type

Type

jar

Download thundr 0.9.11


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