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