MVN

eu.bittrade.libs : crypto-core

Maven & Gradle

Dec 11, 2017
2 usages
9 stars

Crypto-Core · A separate library of utility objects and methods for blockchain api wrapper. This project is based on the source code developed by the bitcoinj team.

<dependency>
    <groupId>eu.bittrade.libs</groupId>
    <artifactId>crypto-core</artifactId>
    <version>0.1.0pre1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.bittrade.libs : crypto-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0pre1

All Versions

Choose a version of eu.bittrade.libs : crypto-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
crypto-core-0.1.0pre1

How to add a dependency to Maven

Add the following eu.bittrade.libs : crypto-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.bittrade.libs</groupId>
    <artifactId>crypto-core</artifactId>
    <version>0.1.0pre1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.bittrade.libs : crypto-core gradle dependency to your build.gradle file:

implementation 'eu.bittrade.libs:crypto-core:0.1.0pre1'

Gradle Kotlin DSL: Add the following eu.bittrade.libs : crypto-core gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.bittrade.libs:crypto-core:0.1.0pre1")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.bittrade.libs : crypto-core sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.bittrade.libs" % "crypto-core" % "0.1.0pre1"