is not current version
Last Version 0.160.0

org.finra.herd:herd-ui 0.107.0

This project contains the user interface (UI) code. This is where the server side code resides for building and displaying the user interface.

GroupId

GroupId

org.finra.herd
ArtifactId

ArtifactId

herd-ui
Version

Version

0.107.0
Type

Type

jar

Download herd-ui 0.107.0


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