mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
Update 17_2_Accessing_Bitcoind_with_Java.md
This commit is contained in:
parent
d4961f8ac6
commit
9faf8cb3e4
@ -54,7 +54,7 @@ In order to include `JavaBitcoindRpcClient`, you must add that dependency to `<d
|
||||
<dependency>
|
||||
<groupId>wf.bitcoin</groupId>
|
||||
<artifactId>bitcoin-rpc-client</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<version>1.2.1</version>
|
||||
</dependency>
|
||||
```
|
||||
You need to add compiler properties to indicate what JDK version will compile the source code.
|
||||
|
Loading…
x
Reference in New Issue
Block a user