не последняя версия
Последняя версия 1.0.2

com.portlandwebworks:pww-commons 1.0

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.

Группа

Группа

com.portlandwebworks
Идентификатор

Идентификатор

pww-commons
Версия

Версия

1.0
Тип

Тип

jar

Скачать pww-commons 1.0


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