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