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