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