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