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