is not current version
Last Version 0.160.0

org.finra.herd:herd-model 0.77.0

This project contains the domain and model code. This consists of JPA entity classes and other data transfer objects (DTO's).

GroupId

GroupId

org.finra.herd
ArtifactId

ArtifactId

herd-model
Version

Version

0.77.0
Type

Type

jar

Download herd-model 0.77.0


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