is not current version
Last Version 0.160.0

org.finra.herd:herd 0.28.0

This is the base pom for the herd project.

GroupId

GroupId

org.finra.herd
ArtifactId

ArtifactId

herd
Version

Version

0.28.0
Type

Type

pom

Download herd 0.28.0

Filename Size
herd-0.28.0.pom 47 KB
Browse

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