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