Created
August 9, 2011 17:42
-
-
Save caseycrites/1134689 to your computer and use it in GitHub Desktop.
Adding SimpleGeo to your pom.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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