Categories |
CategoriesJakarta Server Faces Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdcom.steeplesoft.jsf |
ArtifactId | ArtifactIdfacestester-jsf2 |
Last Version | Last Version0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFacesTester JSF 2 Support
|
Filename | Size |
---|---|
facestester-jsf2-0.3.pom | |
facestester-jsf2-0.3.jar | 5 KB |
facestester-jsf2-0.3-sources.jar | 3 KB |
facestester-jsf2-0.3-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.steeplesoft.jsf/facestester-jsf2/ -->
<dependency>
<groupId>com.steeplesoft.jsf</groupId>
<artifactId>facestester-jsf2</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.steeplesoft.jsf/facestester-jsf2/
implementation 'com.steeplesoft.jsf:facestester-jsf2:0.3'
// https://jarcasting.com/artifacts/com.steeplesoft.jsf/facestester-jsf2/
implementation ("com.steeplesoft.jsf:facestester-jsf2:0.3")
'com.steeplesoft.jsf:facestester-jsf2:jar:0.3'
<dependency org="com.steeplesoft.jsf" name="facestester-jsf2" rev="0.3">
<artifact name="facestester-jsf2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.steeplesoft.jsf', module='facestester-jsf2', version='0.3')
)
libraryDependencies += "com.steeplesoft.jsf" % "facestester-jsf2" % "0.3"
[com.steeplesoft.jsf/facestester-jsf2 "0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.steeplesoft.jsf : facestester | jar | 0.3 |
com.sun.faces : jsf-impl | jar | 2.0.0-b14 |
Group / Artifact | Type | Version |
---|---|---|
com.sun.faces : jsf-api | jar | 2.0.0-b14 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |