License |
License |
---|---|
GroupId | GroupIdcom.threewks.thundr |
ArtifactId | ArtifactIdthundr-gae |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionthundr-gae
A thundr module enabling thundr for use on GAE (Google App Engine)
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
thundr-gae-3.0.0.pom | |
thundr-gae-3.0.0.jar | 27 KB |
thundr-gae-3.0.0-sources.jar | 20 KB |
thundr-gae-3.0.0-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.threewks.thundr/thundr-gae/ -->
<dependency>
<groupId>com.threewks.thundr</groupId>
<artifactId>thundr-gae</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-gae/
implementation 'com.threewks.thundr:thundr-gae:3.0.0'
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-gae/
implementation ("com.threewks.thundr:thundr-gae:3.0.0")
'com.threewks.thundr:thundr-gae:jar:3.0.0'
<dependency org="com.threewks.thundr" name="thundr-gae" rev="3.0.0">
<artifact name="thundr-gae" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threewks.thundr', module='thundr-gae', version='3.0.0')
)
libraryDependencies += "com.threewks.thundr" % "thundr-gae" % "3.0.0"
[com.threewks.thundr/thundr-gae "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.threewks.thundr : thundr-servlet-25 | jar | 3.0.0 |
com.threewks.thundr : thundr | jar | 3.0.0 |
com.threewks.thundr : thundr-http | jar | 3.0.0 |
com.googlecode.objectify : objectify | jar | 5.1.10 |
com.google.appengine : appengine-api-1.0-sdk | jar | 1.9.44 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
com.google.appengine : appengine-tools-sdk | jar | 1.9.44 |
com.google.appengine : appengine-api-stubs | jar | 1.9.44 |
com.google.appengine : appengine-testing | jar | 1.9.44 |
com.threewks.thundr : thundr-servlet-25 | test-jar | 3.0.0 |
com.threewks.thundr : thundr-http | test-jar | 3.0.0 |
org.simpleframework : simple | jar | 4.1.21 |
com.threewks.thundr : thundr | test-jar | 3.0.0 |
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.mockito : mockito-all | jar | 1.10.19 |