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