geojson
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.geoladris.plugins</groupId>
<artifactId>geojson</artifactId>
<version>7.0.0</version>
</dependency><?xml version="1.0"?>
<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>
<parent>
<groupId>com.github.geoladris</groupId>
<artifactId>plugins</artifactId>
<version>7.0.0</version>
</parent>
<groupId>com.github.geoladris.plugins</groupId>
<artifactId>geojson</artifactId>
<name>Geojson</name>
<description>Geojson plugin for Geoladris</description>
<url>https://github.com/geoladris/plugins</url>
<scm>
<connection>scm:git:git://github.com/geoladris/plugins.git</connection>
<developerConnection>scm:git:ssh://github.com:geoladris/plugins.git</developerConnection>
<url>http://github.com/geoladris/plugins/tree/master/geojson</url>
</scm>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.geoladris</groupId>
<artifactId>core</artifactId>
<version>${core.version}</version>
</dependency>
</dependencies>
</project>