Last active
December 11, 2015 10:38
-
-
Save nitsanw/4587751 to your computer and use it in GitHub Desktop.
Ivy.xml to bring in Caliper
This file contains 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
<ivy-module version="2.0"> | |
<info organisation="psy.lob.saw" module="experiments"/> | |
<dependencies> | |
<dependency org="com.google.caliper" name="caliper" rev="0.5-rc1"> | |
<exclude name='java-allocation-instrumenter' /> | |
</dependency> | |
</dependencies> | |
</ivy-module> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment