h

herd-tools

This is the base pom for the various tools.
http://finraos.github.io/herd/
The Apache License, Version 2.0
Files download
File Operation
herd-tools-0.160.0.pom download
Apache Maven
<dependency>
  <groupId>org.finra.herd</groupId>
  <artifactId>herd-tools</artifactId>
  <version>0.160.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.finra.herd:herd-tools:0.160.0'
Gradle Kotlin
implementation("org.finra.herd:herd-tools:0.160.0")
Scala SBT
libraryDependencies += "org.finra.herd" % "herd-tools" % "0.160.0"
Groovy Grape
@Grapes(
  @Grab(group='org.finra.herd', module='herd-tools', version='0.160.0')
)
Apache Ivy
<dependency org="org.finra.herd" name="herd-tools" rev="0.160.0" />
Leiningen
[org.finra.herd/herd-tools "0.160.0"]
Apache Buildr
'org.finra.herd:herd-tools:jar:0.160.0'