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