Open-Server transactions

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

transactions
Last Version

Last Version

29
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download transactions

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.aspectj : aspectjtools jar 1.6.2
org.springframework : spring-tx jar 3.1.1.RELEASE
org.slf4j : slf4j-api jar 1.6.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

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