Open-Server parent

Open Server contains modules for Server development, most on top of Spring and some for Google App Engine

License

License

GroupId

GroupId

com.wadpam.openserver
ArtifactId

ArtifactId

parent
Last Version

Last Version

29
Release Date

Release Date

Type

Type

pom
Description

Description

Open-Server parent
Open Server contains modules for Server development, most on top of Spring and some for Google App Engine
Project URL

Project URL

http://github.com/sosandstrom/open-server
Source Code Management

Source Code Management

https://github.com/sosandstrom/open-server

Download parent

Filename Size
parent-29.pom 9 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.wadpam.openserver/parent/ -->
<dependency>
    <groupId>com.wadpam.openserver</groupId>
    <artifactId>parent</artifactId>
    <version>29</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.wadpam.openserver/parent/
implementation 'com.wadpam.openserver:parent:29'
// https://jarcasting.com/artifacts/com.wadpam.openserver/parent/
implementation ("com.wadpam.openserver:parent:29")
'com.wadpam.openserver:parent:pom:29'
<dependency org="com.wadpam.openserver" name="parent" rev="29">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.wadpam.openserver', module='parent', version='29')
)
libraryDependencies += "com.wadpam.openserver" % "parent" % "29"
[com.wadpam.openserver/parent "29"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • errors
  • j2ee
  • security
  • domain
  • io-core
  • json
  • jsonp
  • mvc-boiler
  • push
  • transactions
  • transactions-gae
  • security-gae
  • webapp
  • analytics
  • analytics-gae
  • tools-gae
  • test
  • webapp-j2ee

open-server

Various Server libs

  • mvc-boiler Spring CRUD Controller and Service for REST-JSON endpoints

Versions

Version
29
28
27
26
25
22
21
20