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