Last Version

MyFaces Extensions-Validator examples project 1.2.2

The MyFaces project is home of the first free open source JavaServer Faces implementation as well as some useful JSF component libraries and other convenient JSF stuff.

License

License

GroupId

GroupId

org.apache.myfaces.extensions.validator.examples
ArtifactId

ArtifactId

examples-project
Version

Version

1.2.2
Type

Type

pom
Description

Description

MyFaces Extensions-Validator examples project
The MyFaces project is home of the first free open source JavaServer Faces implementation as well as some useful JSF component libraries and other convenient JSF stuff.
Project Organization

Project Organization

The Apache Software Foundation

Download examples-project 1.2.2


<!-- https://jarcasting.com/artifacts/org.apache.myfaces.extensions.validator.examples/examples-project/ -->
<dependency>
    <groupId>org.apache.myfaces.extensions.validator.examples</groupId>
    <artifactId>examples-project</artifactId>
    <version>1.2.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.extensions.validator.examples/examples-project/
implementation 'org.apache.myfaces.extensions.validator.examples:examples-project:1.2.2'
// https://jarcasting.com/artifacts/org.apache.myfaces.extensions.validator.examples/examples-project/
implementation ("org.apache.myfaces.extensions.validator.examples:examples-project:1.2.2")
'org.apache.myfaces.extensions.validator.examples:examples-project:pom:1.2.2'
<dependency org="org.apache.myfaces.extensions.validator.examples" name="examples-project" rev="1.2.2">
  <artifact name="examples-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.extensions.validator.examples', module='examples-project', version='1.2.2')
)
libraryDependencies += "org.apache.myfaces.extensions.validator.examples" % "examples-project" % "1.2.2"
[org.apache.myfaces.extensions.validator.examples/examples-project "1.2.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • hello_world
  • feature-set_01