is not current version
Last Version 2.3.1

io.pdal:pdal_3 2.3.0

PDAL JNI bindings

GroupId

GroupId

io.pdal
ArtifactId

ArtifactId

pdal_3
Version

Version

2.3.0
Type

Type

jar

Download pdal_3 2.3.0


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