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

io.pdal:pdal 1.5.0-RC1

PDAL JNI bindings

Группа

Группа

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

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

pdal
Версия

Версия

1.5.0-RC1
Тип

Тип

jar

Скачать pdal 1.5.0-RC1


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