License |
License |
---|---|
GroupId | GroupIdorg.finra.herd |
ArtifactId | ArtifactIdherd-sdk-resources |
Last Version | Last Version0.160.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionherd sdk resources
This project contains shared files used to build herd-sdk and herd-sdk-ext.
|
Project URL |
Project URL |
Filename | Size |
---|---|
herd-sdk-resources-0.160.0.pom | |
herd-sdk-resources-0.160.0.jar | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.finra.herd/herd-sdk-resources/ -->
<dependency>
<groupId>org.finra.herd</groupId>
<artifactId>herd-sdk-resources</artifactId>
<version>0.160.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.finra.herd/herd-sdk-resources/
implementation 'org.finra.herd:herd-sdk-resources:0.160.0'
// https://jarcasting.com/artifacts/org.finra.herd/herd-sdk-resources/
implementation ("org.finra.herd:herd-sdk-resources:0.160.0")
'org.finra.herd:herd-sdk-resources:jar:0.160.0'
<dependency org="org.finra.herd" name="herd-sdk-resources" rev="0.160.0">
<artifact name="herd-sdk-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.finra.herd', module='herd-sdk-resources', version='0.160.0')
)
libraryDependencies += "org.finra.herd" % "herd-sdk-resources" % "0.160.0"
[org.finra.herd/herd-sdk-resources "0.160.0"]