License |
License |
---|---|
GroupId | GroupIdcom.threewks.thundr |
ArtifactId | ArtifactIdthundr |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionthundr
thundr is a light-weight java web framework designed for use in cloud deployed web applications.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
thundr-3.0.0.pom | |
thundr-3.0.0.jar | 218 KB |
thundr-3.0.0-sources.jar | 175 KB |
thundr-3.0.0-javadoc.jar | 878 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.threewks.thundr/thundr/ -->
<dependency>
<groupId>com.threewks.thundr</groupId>
<artifactId>thundr</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr/
implementation 'com.threewks.thundr:thundr:3.0.0'
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr/
implementation ("com.threewks.thundr:thundr:3.0.0")
'com.threewks.thundr:thundr:jar:3.0.0'
<dependency org="com.threewks.thundr" name="thundr" rev="3.0.0">
<artifact name="thundr" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threewks.thundr', module='thundr', version='3.0.0')
)
libraryDependencies += "com.threewks.thundr" % "thundr" % "3.0.0"
[com.threewks.thundr/thundr "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-fileupload : commons-fileupload | jar | 1.3.1 |
joda-time : joda-time | jar | 2.8.2 |
com.google.code.gson : gson | jar | 2.3.1 |
com.atomicleopard : expressive | jar | 0.9.5 |
cglib : cglib-nodep | jar | 3.1 |
org.jodd : jodd-bean | jar | 3.6.6 |
org.jodd : jodd-proxetta | jar | 3.6.6 |
org.apache.commons : commons-lang3 | jar | 3.4 |
javax.inject : javax.inject | jar | 1 |
commons-codec : commons-codec | jar | 1.10 |
Group / Artifact | Type | Version |
---|---|---|
javax.mail : mail | jar | 1.4.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.mockito : mockito-all | jar | 1.10.19 |