Download thundr-2.0.0-rc1.jar file - Jar t

Jar examples for t:thundr

Description

thundr is a light-weight java web framework designed for use in cloud deployed web applications.

You can download jar file thundr 2.0.0-rc1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add thundr-2.0.0-rc1.jar to your project.

<dependency>
   <groupId>com.threewks.thundr</groupId>
   <artifactId>thundr</artifactId>
   <version>2.0.0-rc1</version>
</dependency>
compile group: 'com.threewks.thundr', name: 'thundr', version: '2.0.0-rc1'
libraryDependencies += "com.threewks.thundr" % "thundr" % "2.0.0-rc1"
<dependency org="com.threewks.thundr" name="thundr" rev="2.0.0-rc1"/>
@Grapes(@Grab(group='com.threewks.thundr', module='thundr', version='2.0.0-rc1'))
'com.threewks.thundr:thundr:jar:2.0.0-rc1'

Download

Click the following link to download the jar file.

thundr-2.0.0-rc1-javadoc.jar
thundr-2.0.0-rc1-sources.jar
thundr-2.0.0-rc1.jar
thundr-2.0.0-rc1.pom



Related Tutorials