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