License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdtech.bitey |
ArtifactId | ArtifactIddataframe-parent |
Version | Version1.1.3 |
Type | Typepom |
Description |
Descriptiontech.bitey:dataframe-parent
Another dataframe library for Java, inspired by Tablesaw, built on nio buffers
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dataframe-parent-1.1.3.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.bitey/dataframe-parent/ -->
<dependency>
<groupId>tech.bitey</groupId>
<artifactId>dataframe-parent</artifactId>
<version>1.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tech.bitey/dataframe-parent/
implementation 'tech.bitey:dataframe-parent:1.1.3'
// https://jarcasting.com/artifacts/tech.bitey/dataframe-parent/
implementation ("tech.bitey:dataframe-parent:1.1.3")
'tech.bitey:dataframe-parent:pom:1.1.3'
<dependency org="tech.bitey" name="dataframe-parent" rev="1.1.3">
<artifact name="dataframe-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='tech.bitey', module='dataframe-parent', version='1.1.3')
)
libraryDependencies += "tech.bitey" % "dataframe-parent" % "1.1.3"
[tech.bitey/dataframe-parent "1.1.3"]