h

herd-build

This is the base pom for the build related sub-projects. The build projects contain all non-code related support files.
http://finraos.github.io/herd/
Files download
File Operation
herd-build-0.23.0.pom download
Apache Maven
<dependency>
  <groupId>org.finra.herd</groupId>
  <artifactId>herd-build</artifactId>
  <version>0.23.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.finra.herd:herd-build:0.23.0'
Gradle Kotlin
implementation("org.finra.herd:herd-build:0.23.0")
Scala SBT
libraryDependencies += "org.finra.herd" % "herd-build" % "0.23.0"
Groovy Grape
@Grapes(
  @Grab(group='org.finra.herd', module='herd-build', version='0.23.0')
)
Apache Ivy
<dependency org="org.finra.herd" name="herd-build" rev="0.23.0" />
Leiningen
[org.finra.herd/herd-build "0.23.0"]
Apache Buildr
'org.finra.herd:herd-build:jar:0.23.0'