is not current version
Last Version 1.0.6

org.apache.myfaces.extensions.scripting:myfaces20-extscript-helloworld 1.0


GroupId

GroupId

org.apache.myfaces.extensions.scripting
ArtifactId

ArtifactId

myfaces20-extscript-helloworld
Version

Version

1.0
Type

Type

war

Download myfaces20-extscript-helloworld 1.0


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