is not current version
Last Version 2.1

ws.ament.hammock:rest-spark 2.0


GroupId

GroupId

ws.ament.hammock
ArtifactId

ArtifactId

rest-spark
Version

Version

2.0
Type

Type

jar

Download rest-spark 2.0


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