is not current version
Last Version 3.0.0

com.threewks.thundr:thundr 3.0.0-rc2

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

3.0.0-rc2
Type

Type

jar

Download thundr 3.0.0-rc2


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