License |
License
Berkeley Software Distribution (BSD) License
|
---|---|
Categories |
CategoriesJakarta Server Faces Jakarta EE The Web Tier |
GroupId | GroupIdcom.truchsess |
ArtifactId | ArtifactIdjsfcompounds |
Last Version | Last Version0.0.7 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionjsf compound components base
base classes that ease the implementation of complex jsf
compound components
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jsfcompounds-0.0.7.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.truchsess/jsfcompounds/ -->
<dependency>
<groupId>com.truchsess</groupId>
<artifactId>jsfcompounds</artifactId>
<version>0.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.truchsess/jsfcompounds/
implementation 'com.truchsess:jsfcompounds:0.0.7'
// https://jarcasting.com/artifacts/com.truchsess/jsfcompounds/
implementation ("com.truchsess:jsfcompounds:0.0.7")
'com.truchsess:jsfcompounds:pom:0.0.7'
<dependency org="com.truchsess" name="jsfcompounds" rev="0.0.7">
<artifact name="jsfcompounds" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.truchsess', module='jsfcompounds', version='0.0.7')
)
libraryDependencies += "com.truchsess" % "jsfcompounds" % "0.0.7"
[com.truchsess/jsfcompounds "0.0.7"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.facelets : jsf-facelets | jar | 1.1.14 |
javax.servlet : servlet-api | jar | 2.5 |
javax.servlet.jsp : jsp-api | jar | 2.1 |
javax.faces : jsf-api | jar | 1.2_04 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |