License |
License |
---|---|
GroupId | GroupIdcom.portlandwebworks |
ArtifactId | ArtifactIdpww-commons |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPWW Commons
PWW Commons is a collection of useful, reusable components for java applications that leverage Spring Framework
and Hibernate. Its primary focus is simplifying database access via a generic DAO interface with an
annotation-based Hibernate implementation.
|
Filename | Size |
---|---|
pww-commons-1.0.2.pom | |
pww-commons-1.0.2.jar | 326 KB |
pww-commons-1.0.2-sources.jar | 260 KB |
pww-commons-1.0.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.portlandwebworks/pww-commons/ -->
<dependency>
<groupId>com.portlandwebworks</groupId>
<artifactId>pww-commons</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.portlandwebworks/pww-commons/
implementation 'com.portlandwebworks:pww-commons:1.0.2'
// https://jarcasting.com/artifacts/com.portlandwebworks/pww-commons/
implementation ("com.portlandwebworks:pww-commons:1.0.2")
'com.portlandwebworks:pww-commons:jar:1.0.2'
<dependency org="com.portlandwebworks" name="pww-commons" rev="1.0.2">
<artifact name="pww-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.portlandwebworks', module='pww-commons', version='1.0.2')
)
libraryDependencies += "com.portlandwebworks" % "pww-commons" % "1.0.2"
[com.portlandwebworks/pww-commons "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
org.springframework : spring-core | jar | 3.0.6.RELEASE |
org.springframework : spring-beans | jar | 3.0.6.RELEASE |
org.springframework : spring-aop | jar | 3.0.6.RELEASE |
org.springframework : spring-tx | jar | 3.0.6.RELEASE |
org.springframework : spring-orm | jar | 3.0.6.RELEASE |
org.springframework.security : spring-security-web | jar | 3.0.6.RELEASE |
org.springframework.security : spring-security-ldap | jar | 3.0.6.RELEASE |
org.springframework : spring-webmvc | jar | 3.0.6.RELEASE |
org.springframework : spring-test | jar | 3.0.6.RELEASE |
javax.el : el-api | jar | 1.0 |
org.apache.poi : poi | jar | 3.7 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.5.10 |
org.slf4j : slf4j-log4j12 | jar | 1.5.10 |
Group / Artifact | Type | Version |
---|---|---|
com.oracle » ojdbc5.jar | jar | 11.1.0.7.0 |