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