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