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.1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
primefaces-1.1.0.3.pom | |
primefaces-1.1.0.3.jar | 7 MB |
primefaces-1.1.0.3-sources.jar | 2 MB |
primefaces-1.1.0.3-javadoc.jar | 408 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/primefaces/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>primefaces</artifactId>
<version>1.1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/primefaces/
implementation 'com.guicedee.services:primefaces:1.1.0.3'
// https://jarcasting.com/artifacts/com.guicedee.services/primefaces/
implementation ("com.guicedee.services:primefaces:1.1.0.3")
'com.guicedee.services:primefaces:jar:1.1.0.3'
<dependency org="com.guicedee.services" name="primefaces" rev="1.1.0.3">
<artifact name="primefaces" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='primefaces', version='1.1.0.3')
)
libraryDependencies += "com.guicedee.services" % "primefaces" % "1.1.0.3"
[com.guicedee.services/primefaces "1.1.0.3"]