is not current version
Last Version 3.0.0

com.threewks.thundr:thundr 2.0.0-rc1

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

2.0.0-rc1
Type

Type

jar

Download thundr 2.0.0-rc1


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