Last Version

com.github.mathiewz:java-blockchain 0.0.1

A simple implementation of blokchain using java socket to communicate

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.mathiewz
ArtifactId

ArtifactId

java-blockchain
Version

Version

0.0.1
Type

Type

jar
Description

Description

com.github.mathiewz:java-blockchain
A simple implementation of blokchain using java socket to communicate
Project URL

Project URL

https://github.com/mathiewz/simple_blockchain
Source Code Management

Source Code Management

https://github.com/mathiewz/simple_blockchain

Download java-blockchain 0.0.1


<!-- https://jarcasting.com/artifacts/com.github.mathiewz/java-blockchain/ -->
<dependency>
    <groupId>com.github.mathiewz</groupId>
    <artifactId>java-blockchain</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mathiewz/java-blockchain/
implementation 'com.github.mathiewz:java-blockchain:0.0.1'
// https://jarcasting.com/artifacts/com.github.mathiewz/java-blockchain/
implementation ("com.github.mathiewz:java-blockchain:0.0.1")
'com.github.mathiewz:java-blockchain:jar:0.0.1'
<dependency org="com.github.mathiewz" name="java-blockchain" rev="0.0.1">
  <artifact name="java-blockchain" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mathiewz', module='java-blockchain', version='0.0.1')
)
libraryDependencies += "com.github.mathiewz" % "java-blockchain" % "0.0.1"
[com.github.mathiewz/java-blockchain "0.0.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.6
org.slf4j : slf4j-log4j12 jar 1.7.25

Project Modules

There are no modules declared in this project.