Maven Repository - POM file for Development osmosis-core 0.43.1 0.43.1

Summary

osmosis-core.

Osmosis is a Java application and library for processing OSM data..

Declaration

Here is the list of declaration for osmosis-core. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.openstreetmap.osmosis</groupId>
   <artifactId>osmosis-core</artifactId>
   <version>0.43.1</version>
</dependency>

If you think this Maven repository POM file listing for osmosis-core is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:Public Domain.





Depends on

The osmosis-core-0.43.1 has 6 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
XML Parserstax2-api 3.1.1
Stax2 API is an extension to basic Stax 1.0 API that adds significant new functionality, such as full-featured bi-direction validation interface and high-performance Typed Access API.
91
ParserxercesImpl 2.9.1
Xerces2 is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy...
97
JUnitjunit 4.10
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
1957
Zipcommons-compress 1.4.1
Apache Commons Compress software defines an API for working with compression and archive formats. These include: bzip2, gzip, pack200, xz and ar, cpio, jar, tar, zip, dump.
28

Depended by

The following table lists the most popular artifacts which are depending on osmosis-core-0.43.1. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Developmentosmosis-testutil 0.43.1
Osmosis is a Java application and library for processing OSM data.
5

Packages

The following packages are defined in the osmosis-core-0.43.1.jar

org.openstreetmap.osmosis.core
org.openstreetmap.osmosis.core.bound.v0_6
org.openstreetmap.osmosis.core.buffer.v0_6
org.openstreetmap.osmosis.core.change.v0_6.impl
org.openstreetmap.osmosis.core.cli
org.openstreetmap.osmosis.core.container.v0_6
org.openstreetmap.osmosis.core.database
org.openstreetmap.osmosis.core.domain.common
org.openstreetmap.osmosis.core.domain.v0_6
org.openstreetmap.osmosis.core.filter.common
org.openstreetmap.osmosis.core.lifecycle
org.openstreetmap.osmosis.core.merge.common
org.openstreetmap.osmosis.core.misc.v0_6
org.openstreetmap.osmosis.core.pipeline.common
org.openstreetmap.osmosis.core.pipeline.v0_6
org.openstreetmap.osmosis.core.plugin
org.openstreetmap.osmosis.core.progress.v0_6
org.openstreetmap.osmosis.core.progress.v0_6.impl
org.openstreetmap.osmosis.core.report.v0_6
org.openstreetmap.osmosis.core.sort.common
org.openstreetmap.osmosis.core.sort.v0_6
org.openstreetmap.osmosis.core.store
org.openstreetmap.osmosis.core.task.common
org.openstreetmap.osmosis.core.task.v0_6
org.openstreetmap.osmosis.core.tee.v0_6
org.openstreetmap.osmosis.core.time
org.openstreetmap.osmosis.core.util




POM File Source

Here is the content of the POM file.

<?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="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.openstreetmap.osmosis</groupId>
  <artifactId>osmosis-core</artifactId>
  <version>0.43.1</version>
  <name>osmosis-core</name>
  <description>Osmosis is a Java application and library for processing OSM data.</description>
  <url>http://wiki.openstreetmap.org/wiki/Osmosis</url>
  <licenses>
    <license>
      <name>Public Domain</name>
    </license>
  </licenses>
  
  <scm>
    <connection>scm:git:git://github.com/openstreetmap/osmosis.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/openstreetmap/osmosis.git</developerConnection>
    <url>https://github.com/openstreetmap/osmosis</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.codehaus.woodstox</groupId>
      <artifactId>stax2-api</artifactId>
      <version>3.1.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>xml-apis</artifactId>
          <groupId>xml-apis</groupId>
        </exclusion>
        <exclusion>
          <artifactId>stax-api</artifactId>
          <groupId>javax.xml.stream</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>xerces</groupId>
      <artifactId>xercesImpl</artifactId>
      <version>2.9.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>xml-apis</artifactId>
          <groupId>xml-apis</groupId>
        </exclusion>
        <exclusion>
          <artifactId>stax-api</artifactId>
          <groupId>javax.xml.stream</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.codehaus.woodstox</groupId>
      <artifactId>woodstox-core-lgpl</artifactId>
      <version>4.1.4</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>xml-apis</artifactId>
          <groupId>xml-apis</groupId>
        </exclusion>
        <exclusion>
          <artifactId>stax-api</artifactId>
          <groupId>javax.xml.stream</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.10</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>xml-apis</artifactId>
          <groupId>xml-apis</groupId>
        </exclusion>
        <exclusion>
          <artifactId>stax-api</artifactId>
          <groupId>javax.xml.stream</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>net.sf.jpf</groupId>
      <artifactId>jpf</artifactId>
      <version>1.5</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>xml-apis</artifactId>
          <groupId>xml-apis</groupId>
        </exclusion>
        <exclusion>
          <artifactId>stax-api</artifactId>
          <groupId>javax.xml.stream</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-compress</artifactId>
      <version>1.4.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>xml-apis</artifactId>
          <groupId>xml-apis</groupId>
        </exclusion>
        <exclusion>
          <artifactId>stax-api</artifactId>
          <groupId>javax.xml.stream</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>