GroupId | GroupIdorg.apache.myfaces.tomahawk |
---|---|
ArtifactId | ArtifactIdtomahawk-examples-project |
Version | Version1.1.10 |
Type | Typepom |
Filename | Size |
---|---|
tomahawk-examples-project-1.1.10.pom | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.myfaces.tomahawk/tomahawk-examples-project/ -->
<dependency>
<groupId>org.apache.myfaces.tomahawk</groupId>
<artifactId>tomahawk-examples-project</artifactId>
<version>1.1.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.tomahawk/tomahawk-examples-project/
implementation 'org.apache.myfaces.tomahawk:tomahawk-examples-project:1.1.10'
// https://jarcasting.com/artifacts/org.apache.myfaces.tomahawk/tomahawk-examples-project/
implementation ("org.apache.myfaces.tomahawk:tomahawk-examples-project:1.1.10")
'org.apache.myfaces.tomahawk:tomahawk-examples-project:pom:1.1.10'
<dependency org="org.apache.myfaces.tomahawk" name="tomahawk-examples-project" rev="1.1.10">
<artifact name="tomahawk-examples-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.tomahawk', module='tomahawk-examples-project', version='1.1.10')
)
libraryDependencies += "org.apache.myfaces.tomahawk" % "tomahawk-examples-project" % "1.1.10"
[org.apache.myfaces.tomahawk/tomahawk-examples-project "1.1.10"]