Maven Repository - POM file for Development osmosis-testutil 0.43-RELEASE 0.43-RELEASE

Summary

osmosis-testutil.

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

Declaration

Here is the list of declaration for osmosis-testutil. 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-testutil</artifactId>
   <version>0.43-RELEASE</version>
</dependency>

If you think this Maven repository POM file listing for osmosis-testutil 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-testutil-0.43-RELEASE has 2 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
Developmentosmosis-core 0.43-RELEASE
Osmosis is a Java application and library for processing OSM data.
8
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

Packages

The following packages are defined in the osmosis-testutil-0.43-RELEASE.jar

org.openstreetmap.osmosis.testutil
org.openstreetmap.osmosis.testutil.v0_6

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-testutil</artifactId>
  <version>0.43-RELEASE</version>
  <name>osmosis-testutil</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.openstreetmap.osmosis</groupId>
      <artifactId>osmosis-core</artifactId>
      <version>0.43-RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.10</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>