GroupId | GroupIdmyfaces |
---|---|
ArtifactId | ArtifactIdtomahawk |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
tomahawk-1.1.1.pom | |
tomahawk-1.1.1.jar | 1019 KB |
Browse |
<!-- https://jarcasting.com/artifacts/myfaces/tomahawk/ -->
<dependency>
<groupId>myfaces</groupId>
<artifactId>tomahawk</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/myfaces/tomahawk/
implementation 'myfaces:tomahawk:1.1.1'
// https://jarcasting.com/artifacts/myfaces/tomahawk/
implementation ("myfaces:tomahawk:1.1.1")
'myfaces:tomahawk:jar:1.1.1'
<dependency org="myfaces" name="tomahawk" rev="1.1.1">
<artifact name="tomahawk" type="jar" />
</dependency>
@Grapes(
@Grab(group='myfaces', module='tomahawk', version='1.1.1')
)
libraryDependencies += "myfaces" % "tomahawk" % "1.1.1"
[myfaces/tomahawk "1.1.1"]