is not current version
Last Version 7.2-javax

pl.morgwai.base:guiced-servlet-jpa 1.1

A few base classes useful when developing guiced servlets performing JPA operations

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

pl.morgwai.base
ArtifactId

ArtifactId

guiced-servlet-jpa
Version

Version

1.1
Type

Type

jar

Download guiced-servlet-jpa 1.1


<!-- https://jarcasting.com/artifacts/pl.morgwai.base/guiced-servlet-jpa/ -->
<dependency>
    <groupId>pl.morgwai.base</groupId>
    <artifactId>guiced-servlet-jpa</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/pl.morgwai.base/guiced-servlet-jpa/
implementation 'pl.morgwai.base:guiced-servlet-jpa:1.1'
// https://jarcasting.com/artifacts/pl.morgwai.base/guiced-servlet-jpa/
implementation ("pl.morgwai.base:guiced-servlet-jpa:1.1")
'pl.morgwai.base:guiced-servlet-jpa:jar:1.1'
<dependency org="pl.morgwai.base" name="guiced-servlet-jpa" rev="1.1">
  <artifact name="guiced-servlet-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.morgwai.base', module='guiced-servlet-jpa', version='1.1')
)
libraryDependencies += "pl.morgwai.base" % "guiced-servlet-jpa" % "1.1"
[pl.morgwai.base/guiced-servlet-jpa "1.1"]