Categories |
CategoriesJakarta Server Faces Jakarta EE The Web Tier GUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee.servlets |
ArtifactId | ArtifactIdguiced-servlets-jsf |
Version | Version1.0.7.12-jre12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.guicedee.servlets/guiced-servlets-jsf/ -->
<dependency>
<groupId>com.guicedee.servlets</groupId>
<artifactId>guiced-servlets-jsf</artifactId>
<version>1.0.7.12-jre12</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.servlets/guiced-servlets-jsf/
implementation 'com.guicedee.servlets:guiced-servlets-jsf:1.0.7.12-jre12'
// https://jarcasting.com/artifacts/com.guicedee.servlets/guiced-servlets-jsf/
implementation ("com.guicedee.servlets:guiced-servlets-jsf:1.0.7.12-jre12")
'com.guicedee.servlets:guiced-servlets-jsf:jar:1.0.7.12-jre12'
<dependency org="com.guicedee.servlets" name="guiced-servlets-jsf" rev="1.0.7.12-jre12">
<artifact name="guiced-servlets-jsf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.servlets', module='guiced-servlets-jsf', version='1.0.7.12-jre12')
)
libraryDependencies += "com.guicedee.servlets" % "guiced-servlets-jsf" % "1.0.7.12-jre12"
[com.guicedee.servlets/guiced-servlets-jsf "1.0.7.12-jre12"]