Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection PrimeFaces Jakarta EE The Web Tier Jakarta Server Faces |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdprimefaces |
Version | Version1.0.13.1-jre8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/primefaces/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>primefaces</artifactId>
<version>1.0.13.1-jre8</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/primefaces/
implementation 'com.guicedee.services:primefaces:1.0.13.1-jre8'
// https://jarcasting.com/artifacts/com.guicedee.services/primefaces/
implementation ("com.guicedee.services:primefaces:1.0.13.1-jre8")
'com.guicedee.services:primefaces:jar:1.0.13.1-jre8'
<dependency org="com.guicedee.services" name="primefaces" rev="1.0.13.1-jre8">
<artifact name="primefaces" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='primefaces', version='1.0.13.1-jre8')
)
libraryDependencies += "com.guicedee.services" % "primefaces" % "1.0.13.1-jre8"
[com.guicedee.services/primefaces "1.0.13.1-jre8"]