License |
License |
---|---|
GroupId | GroupIdcom.paymennt |
ArtifactId | ArtifactIdbitcoinj |
Version | Version0.0.2 |
Type | Typejar |
Description |
Descriptionbitcoinj
Bitcoin client for java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bitcoinj-0.0.2.pom | |
bitcoinj-0.0.2.jar | 38 KB |
bitcoinj-0.0.2-sources.jar | 26 KB |
bitcoinj-0.0.2-javadoc.jar | 259 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.paymennt/bitcoinj/ -->
<dependency>
<groupId>com.paymennt</groupId>
<artifactId>bitcoinj</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.paymennt/bitcoinj/
implementation 'com.paymennt:bitcoinj:0.0.2'
// https://jarcasting.com/artifacts/com.paymennt/bitcoinj/
implementation ("com.paymennt:bitcoinj:0.0.2")
'com.paymennt:bitcoinj:jar:0.0.2'
<dependency org="com.paymennt" name="bitcoinj" rev="0.0.2">
<artifact name="bitcoinj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.paymennt', module='bitcoinj', version='0.0.2')
)
libraryDependencies += "com.paymennt" % "bitcoinj" % "0.0.2"
[com.paymennt/bitcoinj "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.paymennt : cryptoj | jar | 0.0.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |