is not current version
Last Version 0.160.0

org.finra.herd:herd-service 0.132.0

This project contains the business service code. This is a classic service tier where business logic is defined along with it's associated transaction management configuration.

GroupId

GroupId

org.finra.herd
ArtifactId

ArtifactId

herd-service
Version

Version

0.132.0
Type

Type

jar

Download herd-service 0.132.0


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