MVN

com.google : bitcoinj-parent

Maven & Gradle

Jun 11, 2014

bitcoinj Parent · Provides the common configuration for the BitCoinJ modules

<dependency>
    <groupId>com.google</groupId>
    <artifactId>bitcoinj-parent</artifactId>
    <version>0.11.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google : bitcoinj-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.11.3

All Versions

Choose a version of com.google : bitcoinj-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.11.x
bitcoinj-parent-0.11.3
bitcoinj-parent-0.11.2
bitcoinj-parent-0.11.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.google</groupId>
    <artifactId>bitcoinj-parent</artifactId>
    <version>0.11.3</version>
</dependency>

Advertisement