is not current version
Last Version 2.1

ws.ament.hammock:hammock-core 1.2.1


GroupId

GroupId

ws.ament.hammock
ArtifactId

ArtifactId

hammock-core
Version

Version

1.2.1
Type

Type

jar

Download hammock-core 1.2.1


<!-- https://jarcasting.com/artifacts/ws.ament.hammock/hammock-core/ -->
<dependency>
    <groupId>ws.ament.hammock</groupId>
    <artifactId>hammock-core</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/ws.ament.hammock/hammock-core/
implementation 'ws.ament.hammock:hammock-core:1.2.1'
// https://jarcasting.com/artifacts/ws.ament.hammock/hammock-core/
implementation ("ws.ament.hammock:hammock-core:1.2.1")
'ws.ament.hammock:hammock-core:jar:1.2.1'
<dependency org="ws.ament.hammock" name="hammock-core" rev="1.2.1">
  <artifact name="hammock-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='ws.ament.hammock', module='hammock-core', version='1.2.1')
)
libraryDependencies += "ws.ament.hammock" % "hammock-core" % "1.2.1"
[ws.ament.hammock/hammock-core "1.2.1"]