GroupId | GroupIdorg.finra.herd |
---|---|
ArtifactId | ArtifactIdherd-service |
Version | Version0.78.0 |
Type | Typejar |
Filename | Size |
---|---|
herd-service-0.78.0.pom | |
herd-service-0.78.0.jar | 705 KB |
herd-service-0.78.0-tests.jar | 1 MB |
herd-service-0.78.0-sources.jar | 627 KB |
herd-service-0.78.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.78.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.finra.herd/herd-service/
implementation 'org.finra.herd:herd-service:0.78.0'
// https://jarcasting.com/artifacts/org.finra.herd/herd-service/
implementation ("org.finra.herd:herd-service:0.78.0")
'org.finra.herd:herd-service:jar:0.78.0'
<dependency org="org.finra.herd" name="herd-service" rev="0.78.0">
<artifact name="herd-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.finra.herd', module='herd-service', version='0.78.0')
)
libraryDependencies += "org.finra.herd" % "herd-service" % "0.78.0"
[org.finra.herd/herd-service "0.78.0"]