OpenHFT / Zero-Allocation-Hashing

Zero-allocation hashing for Java
Apache License 2.0
794 stars 136 forks source link

Implementation in an existing non-Maven/Gradle project? #14

Closed paulhargreaves closed 8 years ago

paulhargreaves commented 8 years ago

Sorry for the n00b question, but I'm trying to figure out how to use this a project that is neither using Gradle or Maven.

Is there a suitable guide somewhere? I'm using IntelliJ.

leventov commented 8 years ago

You mean that you don't use Maven/Gradle?

1) Download the jar, https://oss.sonatype.org/content/repositories/releases/net/openhft/zero-allocation-hashing/0.6/zero-allocation-hashing-0.6.jar 2) Follow instruction here: http://stackoverflow.com/a/15960913/648955

paulhargreaves commented 8 years ago

Thank you, that's perfect.