pdal_2.11
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.pdal</groupId>
<artifactId>pdal_2.11</artifactId>
<version>2.2.0</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>io.pdal</groupId>
<artifactId>pdal_2.11</artifactId>
<packaging>jar</packaging>
<description>PDAL JNI bindings</description>
<url>https://www.pdal.io</url>
<version>2.2.0</version>
<licenses>
<license>
<name>BSD</name>
<url>https://github.com/PDAL/PDAL/blob/master/LICENSE.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>pdal</name>
<organization>
<name>io.pdal</name>
<url>https://www.pdal.io</url>
</organization>
<scm>
<url>git@github.com:PDAL/PDAL.git</url>
<connection>scm:git:git@github.com:PDAL/PDAL.git</connection>
</scm>
<developers>
<developer>
<id>pomadchin</id>
<name>Grigory Pomadchin</name>
<url>https://github.com/pomadchin/</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.12</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-reflect</artifactId>
<version>2.11.12</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>ch.jodersky</groupId>
<artifactId>sbt-jni-macros_2.11</artifactId>
<version>1.4.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11</artifactId>
<version>3.2.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>