osm4scala-core_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.acervera.osm4scala</groupId>
<artifactId>osm4scala-core_2.12</artifactId>
<version>1.0.11</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>com.acervera.osm4scala</groupId>
<artifactId>osm4scala-core_2.12</artifactId>
<packaging>jar</packaging>
<description>Scala OpenStreetMap Pbf 2 parser. Core</description>
<url>https://simplexspatial.github.io/osm4scala/</url>
<version>1.0.11</version>
<licenses>
<license>
<name>MIT</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>osm4scala-core</name>
<organization>
<name>com.acervera.osm4scala</name>
<url>https://www.acervera.com</url>
</organization>
<scm>
<url>https://github.com/simplexspatial/osm4scala</url>
<connection>scm:git:git://github.com/simplexspatial/osm4scala.git</connection>
<developerConnection>scm:git:ssh://github.com:simplexspatial/osm4scala.git</developerConnection>
</scm>
<developers>
<developer>
<id>angelcervera</id>
<name>Angel Cervera Claudio</name>
<url>https://www.acervera.com</url>
<email>angelcervera@silyan.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.13</version>
</dependency>
<dependency>
<groupId>com.thesamet.scalapb</groupId>
<artifactId>scalapb-runtime_2.12</artifactId>
<version>0.10.2</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.12</artifactId>
<version>3.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.12</artifactId>
<version>1.14.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.5</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>