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