GroupId | GroupIdorg.apache.myfaces.extensions.scripting |
---|---|
ArtifactId | ArtifactIdmyfaces20-extscript-helloworld |
Version | Version1.0.2 |
Type | Typewar |
<!-- 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.2</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.2'
// https://jarcasting.com/artifacts/org.apache.myfaces.extensions.scripting/myfaces20-extscript-helloworld/
implementation ("org.apache.myfaces.extensions.scripting:myfaces20-extscript-helloworld:1.0.2")
'org.apache.myfaces.extensions.scripting:myfaces20-extscript-helloworld:war:1.0.2'
<dependency org="org.apache.myfaces.extensions.scripting" name="myfaces20-extscript-helloworld" rev="1.0.2">
<artifact name="myfaces20-extscript-helloworld" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.extensions.scripting', module='myfaces20-extscript-helloworld', version='1.0.2')
)
libraryDependencies += "org.apache.myfaces.extensions.scripting" % "myfaces20-extscript-helloworld" % "1.0.2"
[org.apache.myfaces.extensions.scripting/myfaces20-extscript-helloworld "1.0.2"]