Download bitcoinj-0.11.3.jar file - Jar b

Jar examples for b:bitcoinj

Description

A Java Bitcoin library

You can download jar file bitcoinj 0.11.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add bitcoinj-0.11.3.jar to your project.

<dependency>
   <groupId>com.google</groupId>
   <artifactId>bitcoinj</artifactId>
   <version>0.11.3</version>
</dependency>
compile group: 'com.google', name: 'bitcoinj', version: '0.11.3'
libraryDependencies += "com.google" % "bitcoinj" % "0.11.3"
<dependency org="com.google" name="bitcoinj" rev="0.11.3"/>
@Grapes(@Grab(group='com.google', module='bitcoinj', version='0.11.3'))
'com.google:bitcoinj:jar:0.11.3'

Download

Click the following link to download the jar file.

bitcoinj-0.11.3-javadoc.jar
bitcoinj-0.11.3-sources.jar
bitcoinj-0.11.3.jar
bitcoinj-0.11.3.pom



Related Tutorials