struts2-crud-template

Provides Struts 2 developers with easy to use framework for building CRUD (Create, read, update, delete) applications using convention over configuration. Includes several utility classes to facilitate quick Struts 2 app development.

License

License

GroupId

GroupId

com.dakuupa
ArtifactId

ArtifactId

struts2-crud-template
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

struts2-crud-template
Provides Struts 2 developers with easy to use framework for building CRUD (Create, read, update, delete) applications using convention over configuration. Includes several utility classes to facilitate quick Struts 2 app development.
Project URL

Project URL

http://www.dakuupa.com
Source Code Management

Source Code Management

https://etwilliams1985@code.google.com/p/struts2-crud-framework/

Download struts2-crud-template

How to add to project

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

Dependencies

compile (11)

Group / Artifact Type Version
org.apache.struts : struts2-core jar 2.3.4
org.apache.struts : struts2-json-plugin jar 2.3.4
org.apache.struts : struts2-tiles-plugin jar 2.3.4
commons-beanutils : commons-beanutils jar 1.8.3
commons-collections : commons-collections jar 3.2.1
commons-digester : commons-digester jar 2.1
commons-lang : commons-lang jar 2.6
com.lowagie : itext jar 2.1.7
ognl : ognl jar 3.0.5
org.apache.poi : poi jar 3.7
javax.mail : mail jar 1.4.4

provided (1)

Group / Artifact Type Version
javax : javaee-api jar 6.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0