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