Categories |
CategoriesBuild Tools |
---|---|
GroupId | GroupIdorg.finra.herd |
ArtifactId | ArtifactIdherd-build-tools |
Version | Version0.87.0 |
Type | Typejar |
Filename | Size |
---|---|
herd-build-tools-0.87.0.pom | |
herd-build-tools-0.87.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.87.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.finra.herd/herd-build-tools/
implementation 'org.finra.herd:herd-build-tools:0.87.0'
// https://jarcasting.com/artifacts/org.finra.herd/herd-build-tools/
implementation ("org.finra.herd:herd-build-tools:0.87.0")
'org.finra.herd:herd-build-tools:jar:0.87.0'
<dependency org="org.finra.herd" name="herd-build-tools" rev="0.87.0">
<artifact name="herd-build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.finra.herd', module='herd-build-tools', version='0.87.0')
)
libraryDependencies += "org.finra.herd" % "herd-build-tools" % "0.87.0"
[org.finra.herd/herd-build-tools "0.87.0"]