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