is not current version
Last Version 1.2.2

org.apache.myfaces.extensions.validator.examples:examples-hello_world 1.2.1


GroupId

GroupId

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

ArtifactId

examples-hello_world
Version

Version

1.2.1
Type

Type

war

Download examples-hello_world 1.2.1


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