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.
Asked
Active
Viewed 465 times
1 Answers
2
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>

pringi
- 3,987
- 5
- 35
- 45
-
Thanks! This repository has Orchid Library that I need. Version doesn't meter to me. :) – Jan 10 '17 at 14:58