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