| GroupId | GroupIdio.pdal |
|---|---|
| ArtifactId | ArtifactIdpdal |
| Version | Version1.8.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| pdal-1.8.6.pom | |
| pdal-1.8.6.jar | 41 KB |
| pdal-1.8.6-sources.jar | 12 KB |
| pdal-1.8.6-javadoc.jar | 394 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.pdal/pdal/ -->
<dependency>
<groupId>io.pdal</groupId>
<artifactId>pdal</artifactId>
<version>1.8.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.pdal/pdal/
implementation 'io.pdal:pdal:1.8.6'
// https://jarcasting.com/artifacts/io.pdal/pdal/
implementation ("io.pdal:pdal:1.8.6")
'io.pdal:pdal:jar:1.8.6'
<dependency org="io.pdal" name="pdal" rev="1.8.6">
<artifact name="pdal" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pdal', module='pdal', version='1.8.6')
)
libraryDependencies += "io.pdal" % "pdal" % "1.8.6"
[io.pdal/pdal "1.8.6"]