xmldoc-kml_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.phasmidsoftware</groupId>
<artifactId>xmldoc-kml_3</artifactId>
<version>1.1.2</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.phasmidsoftware</groupId>
<artifactId>xmldoc-kml_3</artifactId>
<packaging>jar</packaging>
<description>Scala libraries for reading, writing, and manipulating XML-based document formats, including KML.</description>
<url>https://github.com/rchillyard/XmlDoc</url>
<version>1.1.2</version>
<licenses>
<license>
<name>MIT</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>xmldoc-kml</name>
<organization>
<name>Phasmid Software</name>
<url>https://phasmidsoftware.com/</url>
</organization>
<scm>
<url>https://github.com/rchillyard/XmlDoc</url>
<connection>scm:git@github.com:rchillyard/XmlDoc.git</connection>
</scm>
<developers>
<developer>
<id>rchillyard</id>
<name>Robin Hillyard</name>
<url>https://phasmidsoftware.com</url>
<email>rchillyard@phasmidsoftware.com</email>
</developer>
</developers>
<properties>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>com.phasmidsoftware</groupId>
<artifactId>xmldoc-core_3</artifactId>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.8.4</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.6.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_3</artifactId>
<version>3.2.20</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.phasmidsoftware</groupId>
<artifactId>args_3</artifactId>
<version>2.0.0</version>
</dependency>
</dependencies>
</project>