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