Categories |
CategoriesData |
---|---|
GroupId | GroupIdtop.dataframe |
ArtifactId | ArtifactIddataframe-core |
Version | Version0.6.9 |
Type | Typejar |
Filename | Size |
---|---|
dataframe-core-0.6.9.pom | |
dataframe-core-0.6.9.jar | 90 KB |
dataframe-core-0.6.9-sources.jar | 4 KB |
dataframe-core-0.6.9-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.dataframe/dataframe-core/ -->
<dependency>
<groupId>top.dataframe</groupId>
<artifactId>dataframe-core</artifactId>
<version>0.6.9</version>
</dependency>
// https://jarcasting.com/artifacts/top.dataframe/dataframe-core/
implementation 'top.dataframe:dataframe-core:0.6.9'
// https://jarcasting.com/artifacts/top.dataframe/dataframe-core/
implementation ("top.dataframe:dataframe-core:0.6.9")
'top.dataframe:dataframe-core:jar:0.6.9'
<dependency org="top.dataframe" name="dataframe-core" rev="0.6.9">
<artifact name="dataframe-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.dataframe', module='dataframe-core', version='0.6.9')
)
libraryDependencies += "top.dataframe" % "dataframe-core" % "0.6.9"
[top.dataframe/dataframe-core "0.6.9"]