License |
License |
---|---|
GroupId | GroupIdorg.apache.empire-db |
ArtifactId | ArtifactIdempire-db-struts2 |
Last Version | Last Version2.5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Empire-db Struts2 Extension
Apache Empire-db is an Open Source relational data persistence component which allows database vendor independent dynamic query definition as well as safe and simple data retrieval and updating. Compared to most other solutions like e.g. Hibernate, TopLink, iBATIS or JPA implementations, Empire-db takes a considerably different approach, with a special focus on compile-time safety, reduced redundancies and improved developer productivity.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
empire-db-struts2-2.5.1.pom | |
empire-db-struts2-2.5.1.jar | 221 KB |
empire-db-struts2-2.5.1-tests.jar | 7 KB |
empire-db-struts2-2.5.1-sources.jar | 198 KB |
empire-db-struts2-2.5.1-javadoc.jar | 786 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.empire-db/empire-db-struts2/ -->
<dependency>
<groupId>org.apache.empire-db</groupId>
<artifactId>empire-db-struts2</artifactId>
<version>2.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.empire-db/empire-db-struts2/
implementation 'org.apache.empire-db:empire-db-struts2:2.5.1'
// https://jarcasting.com/artifacts/org.apache.empire-db/empire-db-struts2/
implementation ("org.apache.empire-db:empire-db-struts2:2.5.1")
'org.apache.empire-db:empire-db-struts2:jar:2.5.1'
<dependency org="org.apache.empire-db" name="empire-db-struts2" rev="2.5.1">
<artifact name="empire-db-struts2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.empire-db', module='empire-db-struts2', version='2.5.1')
)
libraryDependencies += "org.apache.empire-db" % "empire-db-struts2" % "2.5.1"
[org.apache.empire-db/empire-db-struts2 "2.5.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.empire-db : empire-db | jar | 2.5.1 |
org.apache.struts : struts2-core | jar | 2.2.1 |
org.apache.struts : struts2-portlet-plugin | jar | 2.2.1 |
org.apache.struts.xwork : xwork-core | jar | 2.2.1 |
javassist : javassist | jar | 3.8.0.GA |
commons-beanutils : commons-beanutils | jar | 1.9.3 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
javax.servlet.jsp : jsp-api | jar | 2.0 |
javax.portlet : portlet-api | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |
org.mockito : mockito-core | jar | 1.8.2 |