Skip to content

Commit

Permalink
Escaped XML
Browse files Browse the repository at this point in the history
  • Loading branch information
MPriess committed Mar 10, 2015
1 parent 608dd3c commit 8ade572
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,22 @@ a feature, or a collection of features. GeoJSON supports the following geometry
Maven
-------
Step 1. Add the JitPack repository to your build file

```xml
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
```

Step 2. Add the dependency to your build file.
```xml
<dependency>
<groupId>com.github.MPriess</groupId>
<artifactId>GeoJSON-POJO</artifactId>
<groupId>com.github.MPriess</groupId>
<artifactId>GeoJSON-POJO</artifactId>
<version>1.0.0</version>
</dependency>
```

Example
-------
Expand Down

0 comments on commit 8ade572

Please sign in to comment.