Skip to content

Instantly share code, notes, and snippets.

@cacoco
Last active December 17, 2015 00:00
Show Gist options
  • Save cacoco/5518076 to your computer and use it in GitHub Desktop.
Save cacoco/5518076 to your computer and use it in GitHub Desktop.
pom.xml snippet for including the created maxmind JAR file as a project dependency.
<properties>
<geocity.version>2011-10-25</geocity.version>
</properties>
...
<dependency>
<groupId>com.maxmind</groupId>
<artifactId>geocity</artifactId>
<version>${geocity.version}</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment