GroupId | GroupIdorg.finra.herd |
---|---|
ArtifactId | ArtifactIdherd-tools |
Version | Version0.117.0 |
Type | Typejar |
Filename | Size |
---|---|
herd-tools-0.117.0.pom | 2 KB |
herd-tools-0.117.0-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.finra.herd/herd-tools/ -->
<dependency>
<groupId>org.finra.herd</groupId>
<artifactId>herd-tools</artifactId>
<version>0.117.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.finra.herd/herd-tools/
implementation 'org.finra.herd:herd-tools:0.117.0'
// https://jarcasting.com/artifacts/org.finra.herd/herd-tools/
implementation ("org.finra.herd:herd-tools:0.117.0")
'org.finra.herd:herd-tools:jar:0.117.0'
<dependency org="org.finra.herd" name="herd-tools" rev="0.117.0">
<artifact name="herd-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.finra.herd', module='herd-tools', version='0.117.0')
)
libraryDependencies += "org.finra.herd" % "herd-tools" % "0.117.0"
[org.finra.herd/herd-tools "0.117.0"]