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