| Категории |
КатегорииTablesaw Прикладные библиотеки Science |
|---|---|
| Группа | Группаtech.tablesaw |
| Идентификатор | Идентификаторtablesaw-parent |
| Версия | Версия0.33.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| tablesaw-parent-0.33.0.pom | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/tech.tablesaw/tablesaw-parent/ -->
<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-parent</artifactId>
<version>0.33.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tech.tablesaw/tablesaw-parent/
implementation 'tech.tablesaw:tablesaw-parent:0.33.0'
// https://jarcasting.com/artifacts/tech.tablesaw/tablesaw-parent/
implementation ("tech.tablesaw:tablesaw-parent:0.33.0")
'tech.tablesaw:tablesaw-parent:pom:0.33.0'
<dependency org="tech.tablesaw" name="tablesaw-parent" rev="0.33.0">
<artifact name="tablesaw-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='tech.tablesaw', module='tablesaw-parent', version='0.33.0')
)
libraryDependencies += "tech.tablesaw" % "tablesaw-parent" % "0.33.0"
[tech.tablesaw/tablesaw-parent "0.33.0"]