Categories |
CategoriesTablesaw Business Logic Libraries Science |
---|---|
GroupId | GroupIdtech.tablesaw |
ArtifactId | ArtifactIdtablesaw-aggregate |
Version | Version0.11.4 |
Type | Typejar |
Filename | Size |
---|---|
tablesaw-aggregate-0.11.4.pom | |
tablesaw-aggregate-0.11.4.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.tablesaw/tablesaw-aggregate/ -->
<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-aggregate</artifactId>
<version>0.11.4</version>
</dependency>
// https://jarcasting.com/artifacts/tech.tablesaw/tablesaw-aggregate/
implementation 'tech.tablesaw:tablesaw-aggregate:0.11.4'
// https://jarcasting.com/artifacts/tech.tablesaw/tablesaw-aggregate/
implementation ("tech.tablesaw:tablesaw-aggregate:0.11.4")
'tech.tablesaw:tablesaw-aggregate:jar:0.11.4'
<dependency org="tech.tablesaw" name="tablesaw-aggregate" rev="0.11.4">
<artifact name="tablesaw-aggregate" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.tablesaw', module='tablesaw-aggregate', version='0.11.4')
)
libraryDependencies += "tech.tablesaw" % "tablesaw-aggregate" % "0.11.4"
[tech.tablesaw/tablesaw-aggregate "0.11.4"]