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

io.pdal:pdal 2.1.5-RC3

PDAL JNI bindings

Группа

Группа

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

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

pdal
Версия

Версия

2.1.5-RC3
Тип

Тип

jar

Скачать pdal 2.1.5-RC3


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