is not current version
Last Version 7.2-javax

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

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.0
Type

Type

jar

Download guiced-servlet-jpa 1.0


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