is not current version
Last Version 0.160.0

org.finra.herd:herd-war 0.113.0

This project contains the web application archive (WAR) configuration. This is where the WAR is assembled along with some supporting files. Any Java code should go in herd-application or herd-ui so other WAR's could potentially be defined that have access to that common code.

GroupId

GroupId

org.finra.herd
ArtifactId

ArtifactId

herd-war
Version

Version

0.113.0
Type

Type

war

Download herd-war 0.113.0


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