is not current version
Last Version 0.160.0

org.finra.herd:herd-rest 0.119.0

This project contains the REST endpoint code. This is where incoming REST API's are defined.

GroupId

GroupId

org.finra.herd
ArtifactId

ArtifactId

herd-rest
Version

Version

0.119.0
Type

Type

jar

Download herd-rest 0.119.0


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