is not current version
Last Version 2.2.0

io.pdal:pdal_2.11 2.1.5-RC2

PDAL JNI bindings

GroupId

GroupId

io.pdal
ArtifactId

ArtifactId

pdal_2.11
Version

Version

2.1.5-RC2
Type

Type

jar

Download pdal_2.11 2.1.5-RC2


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