Search code examples
javamaventor

How to add Orchid (Tor Java Lib) to my project?


I need help with adding Orchid to java project. I'm using maven to add dependencies but I don't know how to add Orchid repository to my project. Here is more info about orchid.


Solution

  • Not sure if it is the same library (since site you indicated informs only version 1.0), but there is another Orchid (Tor client) available in maven repository:

    <dependency>
        <groupId>org.bitcoinj</groupId>
        <artifactId>orchid</artifactId>
        <version>1.2.1</version>
    </dependency>