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