t

thundr

thundr is a light-weight java web framework designed for use in cloud deployed web applications.
http://3wks.github.com/thundr/
The Apache Software License, Version 2.0
3wks
Nicholas Okunew Shane Bell Sean Elias
Files download
File Operation
thundr-0.9.7.jar download
thundr-0.9.7.pom download
thundr-0.9.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.threewks.thundr</groupId>
  <artifactId>thundr</artifactId>
  <version>0.9.7</version>
</dependency>
Gradle Groovy
implementation 'com.threewks.thundr:thundr:0.9.7'
Gradle Kotlin
implementation("com.threewks.thundr:thundr:0.9.7")
Scala SBT
libraryDependencies += "com.threewks.thundr" % "thundr" % "0.9.7"
Groovy Grape
@Grapes(
  @Grab(group='com.threewks.thundr', module='thundr', version='0.9.7')
)
Apache Ivy
<dependency org="com.threewks.thundr" name="thundr" rev="0.9.7" />
Leiningen
[com.threewks.thundr/thundr "0.9.7"]
Apache Buildr
'com.threewks.thundr:thundr:jar:0.9.7'