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