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