License |
License |
---|---|
GroupId | GroupIdorg.apache.myfaces.extensions.validator.examples |
ArtifactId | ArtifactIdexamples-feature-set_01 |
Last Version | Last Version1.2.2 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionMyFaces Extensions-Validator examples feature-set 01
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 |
<!-- https://jarcasting.com/artifacts/org.apache.myfaces.extensions.validator.examples/examples-feature-set_01/ -->
<dependency>
<groupId>org.apache.myfaces.extensions.validator.examples</groupId>
<artifactId>examples-feature-set_01</artifactId>
<version>1.2.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.extensions.validator.examples/examples-feature-set_01/
implementation 'org.apache.myfaces.extensions.validator.examples:examples-feature-set_01:1.2.2'
// https://jarcasting.com/artifacts/org.apache.myfaces.extensions.validator.examples/examples-feature-set_01/
implementation ("org.apache.myfaces.extensions.validator.examples:examples-feature-set_01:1.2.2")
'org.apache.myfaces.extensions.validator.examples:examples-feature-set_01:war:1.2.2'
<dependency org="org.apache.myfaces.extensions.validator.examples" name="examples-feature-set_01" rev="1.2.2">
<artifact name="examples-feature-set_01" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.extensions.validator.examples', module='examples-feature-set_01', version='1.2.2')
)
libraryDependencies += "org.apache.myfaces.extensions.validator.examples" % "examples-feature-set_01" % "1.2.2"
[org.apache.myfaces.extensions.validator.examples/examples-feature-set_01 "1.2.2"]