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