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