| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.myfaces.core |
| ArtifactId | ArtifactIdmyfaces-test |
| Version | Version3.0.0 |
| Type | Typejar |
| Description |
DescriptionApache MyFaces JSF-3.0 Core Test
This project is the home of the MyFaces implementation of the JavaServer Faces 2.3 specification, and
consists of an API module (jakarta.faces.* classes) and an implementation module (org.apache.myfaces.* classes).
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| myfaces-test-3.0.0.pom | |
| myfaces-test-3.0.0.jar | 273 KB |
| myfaces-test-3.0.0-sources.jar | 240 KB |
| myfaces-test-3.0.0-javadoc.jar | 731 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.myfaces.core/myfaces-test/ -->
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-test</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.core/myfaces-test/
implementation 'org.apache.myfaces.core:myfaces-test:3.0.0'
// https://jarcasting.com/artifacts/org.apache.myfaces.core/myfaces-test/
implementation ("org.apache.myfaces.core:myfaces-test:3.0.0")
'org.apache.myfaces.core:myfaces-test:jar:3.0.0'
<dependency org="org.apache.myfaces.core" name="myfaces-test" rev="3.0.0">
<artifact name="myfaces-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.core', module='myfaces-test', version='3.0.0')
)
libraryDependencies += "org.apache.myfaces.core" % "myfaces-test" % "3.0.0"
[org.apache.myfaces.core/myfaces-test "3.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.sourceforge.htmlunit : htmlunit Optional | jar | 2.33 |
| jmock : jmock | jar | 1.2.0 |
| jmock : jmock-cglib | jar | 1.2.0 |
| junit : junit | jar | 4.12 |
| org.codehaus.cargo : cargo-core-uberjar Optional | jar | 0.8 |
| org.codehaus.cargo : cargo-ant Optional | jar | 0.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.myfaces.core : myfaces-api | jar | 3.0.0 |
| javax.portlet : portlet-api | jar | 1.0 |
| org.apache.tomcat : tomcat-servlet-api | jar | 10.0.0-M4 |
| org.apache.tomcat : tomcat-el-api | jar | 10.0.0-M4 |
| org.apache.tomcat : tomcat-jsp-api | jar | 10.0.0-M4 |