GroupId | GroupIdws.ament.hammock |
---|---|
ArtifactId | ArtifactIdhammock |
Version | Version1.2 |
Type | Typepom |
Filename | Size |
---|---|
hammock-1.2.pom | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ws.ament.hammock/hammock/ -->
<dependency>
<groupId>ws.ament.hammock</groupId>
<artifactId>hammock</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ws.ament.hammock/hammock/
implementation 'ws.ament.hammock:hammock:1.2'
// https://jarcasting.com/artifacts/ws.ament.hammock/hammock/
implementation ("ws.ament.hammock:hammock:1.2")
'ws.ament.hammock:hammock:pom:1.2'
<dependency org="ws.ament.hammock" name="hammock" rev="1.2">
<artifact name="hammock" type="pom" />
</dependency>
@Grapes(
@Grab(group='ws.ament.hammock', module='hammock', version='1.2')
)
libraryDependencies += "ws.ament.hammock" % "hammock" % "1.2"
[ws.ament.hammock/hammock "1.2"]