Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdpl.morgwai.base |
ArtifactId | ArtifactIdguiced-servlet-jpa |
Version | Version1.0-alpha2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/pl.morgwai.base/guiced-servlet-jpa/ -->
<dependency>
<groupId>pl.morgwai.base</groupId>
<artifactId>guiced-servlet-jpa</artifactId>
<version>1.0-alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/pl.morgwai.base/guiced-servlet-jpa/
implementation 'pl.morgwai.base:guiced-servlet-jpa:1.0-alpha2'
// https://jarcasting.com/artifacts/pl.morgwai.base/guiced-servlet-jpa/
implementation ("pl.morgwai.base:guiced-servlet-jpa:1.0-alpha2")
'pl.morgwai.base:guiced-servlet-jpa:jar:1.0-alpha2'
<dependency org="pl.morgwai.base" name="guiced-servlet-jpa" rev="1.0-alpha2">
<artifact name="guiced-servlet-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.morgwai.base', module='guiced-servlet-jpa', version='1.0-alpha2')
)
libraryDependencies += "pl.morgwai.base" % "guiced-servlet-jpa" % "1.0-alpha2"
[pl.morgwai.base/guiced-servlet-jpa "1.0-alpha2"]