open-server
Various Server libs
- mvc-boiler Spring CRUD Controller and Service for REST-JSON endpoints
| License |
License |
|---|---|
| GroupId | GroupIdcom.wadpam.openserver |
| ArtifactId | ArtifactIdtools-gae |
| Last Version | Last Version29 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionOpen-Server tools-gae
Open Server contains modules for Server development, most on top of Spring and some for Google App Engine
|
| Filename | Size |
|---|---|
| tools-gae-29.pom | |
| tools-gae-29.jar | 25 KB |
| tools-gae-29-sources.jar | 15 KB |
| tools-gae-29-javadoc.jar | 106 KB |
| tools-gae-29-javadoc-resources.jar | 709 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.wadpam.openserver/tools-gae/ -->
<dependency>
<groupId>com.wadpam.openserver</groupId>
<artifactId>tools-gae</artifactId>
<version>29</version>
</dependency>
// https://jarcasting.com/artifacts/com.wadpam.openserver/tools-gae/
implementation 'com.wadpam.openserver:tools-gae:29'
// https://jarcasting.com/artifacts/com.wadpam.openserver/tools-gae/
implementation ("com.wadpam.openserver:tools-gae:29")
'com.wadpam.openserver:tools-gae:jar:29'
<dependency org="com.wadpam.openserver" name="tools-gae" rev="29">
<artifact name="tools-gae" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wadpam.openserver', module='tools-gae', version='29')
)
libraryDependencies += "com.wadpam.openserver" % "tools-gae" % "29"
[com.wadpam.openserver/tools-gae "29"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.aspectj : aspectjtools | jar | 1.6.2 |
| com.wadpam.openserver : domain | jar | 29 |
| com.wadpam.openserver : errors | jar | 29 |
| com.wadpam.openserver : analytics | jar | 29 |
| com.wadpam.openserver : io-core | jar | 29 |
| org.springframework : spring-webmvc | jar | 3.1.1.RELEASE |
| com.google.appengine : appengine-api-1.0-sdk | jar | 1.7.5 |
| org.slf4j : slf4j-api | jar | 1.6.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| com.wadpam : docrest-api | jar | 1.23 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |
Various Server libs