License |
License |
---|---|
GroupId | GroupIdcom.dakuupa |
ArtifactId | ArtifactIdstruts2-crud-template |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionstruts2-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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
struts2-crud-template-1.0.pom | |
struts2-crud-template-1.0.jar | 22 KB |
struts2-crud-template-1.0-sources.jar | 12 KB |
struts2-crud-template-1.0-javadoc.jar | 123 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-api | jar | 6.0 |