GroupId | GroupIdio.hawt |
---|---|
ArtifactId | ArtifactIdsample |
Version | Version1.5.7 |
Type | Typewar |
Filename | Size |
---|---|
sample-1.5.7.pom | |
sample-1.5.7.war | 65 MB |
sample-1.5.7-sources.jar | 3 KB |
sample-1.5.7-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.hawt/sample/ -->
<dependency>
<groupId>io.hawt</groupId>
<artifactId>sample</artifactId>
<version>1.5.7</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/io.hawt/sample/
implementation 'io.hawt:sample:1.5.7'
// https://jarcasting.com/artifacts/io.hawt/sample/
implementation ("io.hawt:sample:1.5.7")
'io.hawt:sample:war:1.5.7'
<dependency org="io.hawt" name="sample" rev="1.5.7">
<artifact name="sample" type="war" />
</dependency>
@Grapes(
@Grab(group='io.hawt', module='sample', version='1.5.7')
)
libraryDependencies += "io.hawt" % "sample" % "1.5.7"
[io.hawt/sample "1.5.7"]