Skip to content

Instantly share code, notes, and snippets.

@caseycrites
Created August 9, 2011 17:42
Show Gist options
  • Select an option

  • Save caseycrites/1134689 to your computer and use it in GitHub Desktop.

Select an option

Save caseycrites/1134689 to your computer and use it in GitHub Desktop.
Adding SimpleGeo to your pom.xml
<dependencies>
...
<dependency>
<groupId>com.simplegeo</groupId>
<artifactId>java-simplegeo</artifactId>
<version>3.0</version>
</dependency>
...
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment