is not current version
Last Version 0.160.0

org.finra.herd:herd-core 0.102.0

This project contains the core code. This contains low level general purpose code that can be used by most other project tiers.

GroupId

GroupId

org.finra.herd
ArtifactId

ArtifactId

herd-core
Version

Version

0.102.0
Type

Type

jar

Download herd-core 0.102.0


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