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