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

io.pdal:pdal 1.7.0-RC3

PDAL JNI bindings

Группа

Группа

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

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

pdal
Версия

Версия

1.7.0-RC3
Тип

Тип

jar

Скачать pdal 1.7.0-RC3


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