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