не последняя версия
Последняя версия 1.20.0-hadoop2

org.apache.drill.exec:exec-parent 1.3.0


Группа

Группа

org.apache.drill.exec
Идентификатор

Идентификатор

exec-parent
Версия

Версия

1.3.0
Тип

Тип

pom

Скачать exec-parent 1.3.0

Имя Файла Размер
exec-parent-1.3.0.pom 1 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.apache.drill.exec/exec-parent/ -->
<dependency>
    <groupId>org.apache.drill.exec</groupId>
    <artifactId>exec-parent</artifactId>
    <version>1.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.drill.exec/exec-parent/
implementation 'org.apache.drill.exec:exec-parent:1.3.0'
// https://jarcasting.com/artifacts/org.apache.drill.exec/exec-parent/
implementation ("org.apache.drill.exec:exec-parent:1.3.0")
'org.apache.drill.exec:exec-parent:pom:1.3.0'
<dependency org="org.apache.drill.exec" name="exec-parent" rev="1.3.0">
  <artifact name="exec-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.drill.exec', module='exec-parent', version='1.3.0')
)
libraryDependencies += "org.apache.drill.exec" % "exec-parent" % "1.3.0"
[org.apache.drill.exec/exec-parent "1.3.0"]