mirror of
				https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
				synced 2025-10-31 02:17:24 +00:00 
			
		
		
		
	Update 17_2_Accessing_Bitcoind_with_Java.md
This commit is contained in:
		
							parent
							
								
									d4961f8ac6
								
							
						
					
					
						commit
						9faf8cb3e4
					
				| @ -51,11 +51,11 @@ drwxr-xr-x  4 sudo 4.0K Sep  1 13:58 src | |||||||
| In order to include `JavaBitcoindRpcClient`, you must add that dependency to `<dependendencies>` in the `pom.xml` file | In order to include `JavaBitcoindRpcClient`, you must add that dependency to `<dependendencies>` in the `pom.xml` file | ||||||
| 
 | 
 | ||||||
| ```xml | ```xml | ||||||
|     <dependency> |       <dependency> | ||||||
|       <groupId>wf.bitcoin</groupId> |         <groupId>wf.bitcoin</groupId> | ||||||
|       <artifactId>bitcoin-rpc-client</artifactId> |         <artifactId>bitcoin-rpc-client</artifactId> | ||||||
|       <version>1.1.0</version> |         <version>1.2.1</version> | ||||||
|     </dependency> |       </dependency> | ||||||
| ``` | ``` | ||||||
| You need to add compiler properties to indicate what JDK version will compile the source code.     | 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