is not current version
Last Version 0.160.0

org.finra.herd:herd-model-api 0.80.0

This project contains the model API classes. This contains the herd XSD and generates Java POJO's from them. These classes are used for incoming and outgoing calls into the system (e.g. via REST).

GroupId

GroupId

org.finra.herd
ArtifactId

ArtifactId

herd-model-api
Version

Version

0.80.0
Type

Type

jar

Download herd-model-api 0.80.0


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