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