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