| License |
License |
|---|---|
| Categories |
CategoriesBuild Tools |
| GroupId | GroupIdorg.finra.herd |
| ArtifactId | ArtifactIdherd-build-tools |
| Last Version | Last Version0.160.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionherd build tools
This is the build tools pom which contains build supporting files such as code quality support files.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| herd-build-tools-0.160.0.pom | |
| herd-build-tools-0.160.0.jar | 11 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.finra.herd/herd-build-tools/ -->
<dependency>
<groupId>org.finra.herd</groupId>
<artifactId>herd-build-tools</artifactId>
<version>0.160.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.finra.herd/herd-build-tools/
implementation 'org.finra.herd:herd-build-tools:0.160.0'
// https://jarcasting.com/artifacts/org.finra.herd/herd-build-tools/
implementation ("org.finra.herd:herd-build-tools:0.160.0")
'org.finra.herd:herd-build-tools:jar:0.160.0'
<dependency org="org.finra.herd" name="herd-build-tools" rev="0.160.0">
<artifact name="herd-build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.finra.herd', module='herd-build-tools', version='0.160.0')
)
libraryDependencies += "org.finra.herd" % "herd-build-tools" % "0.160.0"
[org.finra.herd/herd-build-tools "0.160.0"]