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-1.1.0.jar download
thundr-1.1.0.pom download
thundr-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.threewks.thundr</groupId>
  <artifactId>thundr</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.threewks.thundr:thundr:1.1.0'
Gradle Kotlin
implementation("com.threewks.thundr:thundr:1.1.0")
Scala SBT
libraryDependencies += "com.threewks.thundr" % "thundr" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.threewks.thundr', module='thundr', version='1.1.0')
)
Apache Ivy
<dependency org="com.threewks.thundr" name="thundr" rev="1.1.0" />
Leiningen
[com.threewks.thundr/thundr "1.1.0"]
Apache Buildr
'com.threewks.thundr:thundr:jar:1.1.0'