is not current version
Last Version 2.2.0

io.pdal:pdal 2.1.4

PDAL JNI bindings

GroupId

GroupId

io.pdal
ArtifactId

ArtifactId

pdal
Version

Version

2.1.4
Type

Type

jar

Download pdal 2.1.4


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