License |
License |
---|---|
Categories |
CategoriesJakarta Server Faces Jakarta EE The Web Tier |
GroupId | GroupIdorg.sakaiproject.jsf |
ArtifactId | ArtifactIdmyfaces-tool |
Last Version | Last Version22.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSakai JSF Tool Using Sun's RI (jsf-myfaces-tool)
This is an include file used to express the common
dependencies across those
JSF tools which use the SUN Reference Implementation. This file will
reduce
the cutting and pasting into the JSF tools pom.xml files.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
myfaces-tool-22.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sakaiproject.jsf/myfaces-tool/ -->
<dependency>
<groupId>org.sakaiproject.jsf</groupId>
<artifactId>myfaces-tool</artifactId>
<version>22.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.jsf/myfaces-tool/
implementation 'org.sakaiproject.jsf:myfaces-tool:22.0'
// https://jarcasting.com/artifacts/org.sakaiproject.jsf/myfaces-tool/
implementation ("org.sakaiproject.jsf:myfaces-tool:22.0")
'org.sakaiproject.jsf:myfaces-tool:pom:22.0'
<dependency org="org.sakaiproject.jsf" name="myfaces-tool" rev="22.0">
<artifact name="myfaces-tool" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.jsf', module='myfaces-tool', version='22.0')
)
libraryDependencies += "org.sakaiproject.jsf" % "myfaces-tool" % "22.0"
[org.sakaiproject.jsf/myfaces-tool "22.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.faces : jsf-impl | jar | 1.1_02 |
javax.faces : jsf-api | jar | 1.1_02 |
javax.servlet : jstl | jar | 1.0.2 |
org.sakaiproject.jsf : jsf-tool | jar | 22.0 |
org.sakaiproject.jsf : jsf-app | jar | 22.0 |
org.sakaiproject.jsf : myfaces-widgets-depend | pom | 22.0 |
commons-digester : commons-digester | jar | 2.1 |
commons-beanutils : commons-beanutils | jar | 1.9.4 |
taglibs : standard | jar | 1.0.4 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 4.0.1 |
commons-fileupload : commons-fileupload | jar | 1.4 |
javax.servlet.jsp : javax.servlet.jsp-api | jar | 2.3.3 |
commons-collections : commons-collections | jar | 3.2.2 |
xalan : xalan | jar | 2.6.0 |
xml-apis : xml-apis | jar | 1.4.01 |
jakarta.annotation : jakarta.annotation-api | jar | 1.3.5 |
jakarta.activation : jakarta.activation-api | jar | 1.2.2 |
org.slf4j : slf4j-api | jar | 1.7.32 |
org.apache.logging.log4j : log4j-api | jar | 2.17.1 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.1 |
org.slf4j : jcl-over-slf4j | jar | 1.7.32 |
org.apache.logging.log4j : log4j-core | jar | 2.17.1 |
org.projectlombok : lombok | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |