Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdio.pdal |
ArtifactId | ArtifactIdpdal-native |
Version | Version2.1.5-RC1 |
Type | Typejar |
Filename | Size |
---|---|
pdal-native-2.1.5-RC1.pom | |
pdal-native-2.1.5-RC1.jar | 85 KB |
pdal-native-2.1.5-RC1-sources.jar | 85 KB |
pdal-native-2.1.5-RC1-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.5-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.pdal/pdal-native/
implementation 'io.pdal:pdal-native:2.1.5-RC1'
// https://jarcasting.com/artifacts/io.pdal/pdal-native/
implementation ("io.pdal:pdal-native:2.1.5-RC1")
'io.pdal:pdal-native:jar:2.1.5-RC1'
<dependency org="io.pdal" name="pdal-native" rev="2.1.5-RC1">
<artifact name="pdal-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pdal', module='pdal-native', version='2.1.5-RC1')
)
libraryDependencies += "io.pdal" % "pdal-native" % "2.1.5-RC1"
[io.pdal/pdal-native "2.1.5-RC1"]