GroupId | GroupIdorg.apache.myfaces.tomahawk |
---|---|
ArtifactId | ArtifactIdmyfaces-example-blank |
Version | Version1.1.13 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.apache.myfaces.tomahawk/myfaces-example-blank/ -->
<dependency>
<groupId>org.apache.myfaces.tomahawk</groupId>
<artifactId>myfaces-example-blank</artifactId>
<version>1.1.13</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.tomahawk/myfaces-example-blank/
implementation 'org.apache.myfaces.tomahawk:myfaces-example-blank:1.1.13'
// https://jarcasting.com/artifacts/org.apache.myfaces.tomahawk/myfaces-example-blank/
implementation ("org.apache.myfaces.tomahawk:myfaces-example-blank:1.1.13")
'org.apache.myfaces.tomahawk:myfaces-example-blank:war:1.1.13'
<dependency org="org.apache.myfaces.tomahawk" name="myfaces-example-blank" rev="1.1.13">
<artifact name="myfaces-example-blank" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.tomahawk', module='myfaces-example-blank', version='1.1.13')
)
libraryDependencies += "org.apache.myfaces.tomahawk" % "myfaces-example-blank" % "1.1.13"
[org.apache.myfaces.tomahawk/myfaces-example-blank "1.1.13"]