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