is not current version
Last Version 3.0.0

com.threewks.thundr:thundr 1.1.2

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

1.1.2
Type

Type

jar

Download thundr 1.1.2


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