| License |
License |
|---|---|
| GroupId | GroupIdorg.finra.herd |
| ArtifactId | ArtifactIdherd-build |
| Last Version | Last Version0.160.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionherd build
This is the base pom for the build related sub-projects. The build projects contain all non-code related support files.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| herd-build-0.160.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.finra.herd/herd-build/ -->
<dependency>
<groupId>org.finra.herd</groupId>
<artifactId>herd-build</artifactId>
<version>0.160.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.finra.herd/herd-build/
implementation 'org.finra.herd:herd-build:0.160.0'
// https://jarcasting.com/artifacts/org.finra.herd/herd-build/
implementation ("org.finra.herd:herd-build:0.160.0")
'org.finra.herd:herd-build:pom:0.160.0'
<dependency org="org.finra.herd" name="herd-build" rev="0.160.0">
<artifact name="herd-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.finra.herd', module='herd-build', version='0.160.0')
)
libraryDependencies += "org.finra.herd" % "herd-build" % "0.160.0"
[org.finra.herd/herd-build "0.160.0"]