не последняя версия
Последняя версия 2.2.0

io.pdal:pdal 2.1.0

PDAL JNI bindings

Группа

Группа

io.pdal
Идентификатор

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

pdal
Версия

Версия

2.1.0
Тип

Тип

jar

Скачать pdal 2.1.0


<!-- https://jarcasting.com/artifacts/io.pdal/pdal/ -->
<dependency>
    <groupId>io.pdal</groupId>
    <artifactId>pdal</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.pdal/pdal/
implementation 'io.pdal:pdal:2.1.0'
// https://jarcasting.com/artifacts/io.pdal/pdal/
implementation ("io.pdal:pdal:2.1.0")
'io.pdal:pdal:jar:2.1.0'
<dependency org="io.pdal" name="pdal" rev="2.1.0">
  <artifact name="pdal" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pdal', module='pdal', version='2.1.0')
)
libraryDependencies += "io.pdal" % "pdal" % "2.1.0"
[io.pdal/pdal "2.1.0"]