MVN

com.portlandwebworks : pww-commons

Maven & Gradle

Jul 30, 2012

PWW 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.

<dependency>
    <groupId>com.portlandwebworks</groupId>
    <artifactId>pww-commons</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.portlandwebworks : pww-commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.portlandwebworks : pww-commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
pww-commons-1.0.2
pww-commons-1.0.1
1.0
pww-commons-1.0
0.6.x
pww-commons-0.6.0
0.5.x
pww-commons-0.5.9
pww-commons-0.5.8
pww-commons-0.5.7

How to add a dependency to Maven

Add the following com.portlandwebworks : pww-commons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.portlandwebworks</groupId>
    <artifactId>pww-commons</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.portlandwebworks : pww-commons gradle dependency to your build.gradle file:

implementation 'com.portlandwebworks:pww-commons:1.0.2'

Gradle Kotlin DSL: Add the following com.portlandwebworks : pww-commons gradle kotlin dependency to your build.gradle.kts file:

implementation("com.portlandwebworks:pww-commons:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.portlandwebworks : pww-commons sbt scala dependency to your build.sbt file:

libraryDependencies += "com.portlandwebworks" % "pww-commons" % "1.0.2"