Download osmosis-osm-binary-0.44.1.jar file

Introduction

You can download osmosis-osm-binary-0.44.1.jar in this page.

License

LGPL 3

Type List

osmosis-osm-binary-0.44.1.jar file has the following types.

META-INF/MANIFEST.MF
org.openstreetmap.osmosis.osmbinary.BinaryParser.class
org.openstreetmap.osmosis.osmbinary.BinarySerializer.class
org.openstreetmap.osmosis.osmbinary.Fileformat.class
org.openstreetmap.osmosis.osmbinary.Osmformat.class
org.openstreetmap.osmosis.osmbinary.StringTable.class
org.openstreetmap.osmosis.osmbinary.file.BlockInputStream.class
org.openstreetmap.osmosis.osmbinary.file.BlockOutputStream.class
org.openstreetmap.osmosis.osmbinary.file.BlockReaderAdapter.class
org.openstreetmap.osmosis.osmbinary.file.CompressFlags.class
org.openstreetmap.osmosis.osmbinary.file.FileBlock.class
org.openstreetmap.osmosis.osmbinary.file.FileBlockBase.class
org.openstreetmap.osmosis.osmbinary.file.FileBlockHead.class
org.openstreetmap.osmosis.osmbinary.file.FileBlockPosition.class
org.openstreetmap.osmosis.osmbinary.file.FileBlockReference.class
org.openstreetmap.osmosis.osmbinary.file.FileFormatException.class
org.openstreetmap.osmosis.osmbinary.test.BuildTestFile.class

Pom

osmosis-osm-binary-0.44.1.pom file content.

<?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-osm-binary</artifactId>
  <version>0.44.1</version>
  <name>osmosis-osm-binary</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>LGPL 3</name>
      <url>http://www.gnu.org/licenses/lgpl-3.0.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>brett</id>
      <name>Brett Henderson</name>
      <email>brett@bretth.com</email>
    </developer>
  </developers>
  <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>com.google.protobuf</groupId>
      <artifactId>protobuf-java</artifactId>
      <version>2.6.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.openstreetmap.osmosis</groupId>
   <artifactId>osmosis-osm-binary</artifactId>
   <version>0.44.1</version>
</dependency>

Download

If you think the following osmosis-osm-binary-0.44.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download osmosis-osm-binary-0.44.1.jar file




PreviousNext

Related