Skip to content

Instantly share code, notes, and snippets.

@kay
Created February 25, 2013 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kay/5031707 to your computer and use it in GitHub Desktop.
Save kay/5031707 to your computer and use it in GitHub Desktop.
Maven dependency for the allocation.jar of Google Caliber
<dependencies>
<dependency>
<groupId>com.google.caliber</groupId>
<artifactId>allocation</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${env.ALLOCATION_JAR}</systemPath>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment