License |
License |
---|---|
GroupId | GroupIdorg.finra.herd |
ArtifactId | ArtifactIdherd-sdk-resources |
Version | Version0.150.0 |
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.150.0.pom | |
herd-sdk-resources-0.150.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.150.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.finra.herd/herd-sdk-resources/
implementation 'org.finra.herd:herd-sdk-resources:0.150.0'
// https://jarcasting.com/artifacts/org.finra.herd/herd-sdk-resources/
implementation ("org.finra.herd:herd-sdk-resources:0.150.0")
'org.finra.herd:herd-sdk-resources:jar:0.150.0'
<dependency org="org.finra.herd" name="herd-sdk-resources" rev="0.150.0">
<artifact name="herd-sdk-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.finra.herd', module='herd-sdk-resources', version='0.150.0')
)
libraryDependencies += "org.finra.herd" % "herd-sdk-resources" % "0.150.0"
[org.finra.herd/herd-sdk-resources "0.150.0"]