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