Categories |
CategoriesJSON Data Tablesaw Business Logic Libraries Science |
---|---|
GroupId | GroupIdtech.tablesaw |
ArtifactId | ArtifactIdtablesaw-json |
Version | Version0.33.0 |
Type | Typejar |
Filename | Size |
---|---|
tablesaw-json-0.33.0.pom | |
tablesaw-json-0.33.0.jar | 11 KB |
tablesaw-json-0.33.0-sources.jar | 6 KB |
tablesaw-json-0.33.0-shaded.jar | 2 MB |
tablesaw-json-0.33.0-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.tablesaw/tablesaw-json/ -->
<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-json</artifactId>
<version>0.33.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.tablesaw/tablesaw-json/
implementation 'tech.tablesaw:tablesaw-json:0.33.0'
// https://jarcasting.com/artifacts/tech.tablesaw/tablesaw-json/
implementation ("tech.tablesaw:tablesaw-json:0.33.0")
'tech.tablesaw:tablesaw-json:jar:0.33.0'
<dependency org="tech.tablesaw" name="tablesaw-json" rev="0.33.0">
<artifact name="tablesaw-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.tablesaw', module='tablesaw-json', version='0.33.0')
)
libraryDependencies += "tech.tablesaw" % "tablesaw-json" % "0.33.0"
[tech.tablesaw/tablesaw-json "0.33.0"]