License |
License |
---|---|
GroupId | GroupIdorg.fryske-akademy |
ArtifactId | ArtifactIdjpaservices |
Version | Version17.2 |
Type | Typejar |
Description |
Descriptionjpaservices
Modular basis for development of crud applications based on ee 8, jsf 2 and primefaces. Aspects covered: security roles,
logout, multi lingualism, auditing, theming, lazy loading into data layer,
dynamic and named jpa queries, batch processing, wildcards and syntax in parameter values
(negations, is [not] null/empty, and/or).
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jpaservices-17.2.pom | |
jpaservices-17.2.jar | 56 KB |
jpaservices-17.2-sources.jar | 39 KB |
jpaservices-17.2-javadoc.jar | 591 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fryske-akademy/jpaservices/ -->
<dependency>
<groupId>org.fryske-akademy</groupId>
<artifactId>jpaservices</artifactId>
<version>17.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.fryske-akademy/jpaservices/
implementation 'org.fryske-akademy:jpaservices:17.2'
// https://jarcasting.com/artifacts/org.fryske-akademy/jpaservices/
implementation ("org.fryske-akademy:jpaservices:17.2")
'org.fryske-akademy:jpaservices:jar:17.2'
<dependency org="org.fryske-akademy" name="jpaservices" rev="17.2">
<artifact name="jpaservices" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fryske-akademy', module='jpaservices', version='17.2')
)
libraryDependencies += "org.fryske-akademy" % "jpaservices" % "17.2"
[org.fryske-akademy/jpaservices "17.2"]
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-envers | jar | 5.4.31.Final |
com.vectorprint : VectorPrintCommon | jar | 5.0 |
javax : javaee-web-api | jar | 8.0 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |
ch.qos.logback : logback-classic | jar | 1.2.3 |