MVN

com.fireblocks.sdk : fireblocks-sdk

Maven & Gradle

Apr 01, 2024
20k stars

fireblocks-sdk · The Fireblocks Official SDK is a comprehensive software development kit that enables seamless integration and interaction with the Fireblocks platform. Fireblocks is a cutting-edge blockchain infrastructure platform that provides secure and scalable solutions for managing digital assets and transactions. This SDK empowers developers to build robust applications that can interact with the Fireblocks platform's features, including creating and managing vault accounts, initiating secure transactions, managing assets, and more. It abstracts complex interactions with the Fireblocks API, making it easier for developers to leverage the platform's capabilities while adhering to best practices in security and efficiency. Whether you're working on a cryptocurrency exchange, wallet application, or any other financial platform involving digital assets, the Fireblocks Official SDK simplifies the integration process and allows you to harness the power of Fireblocks' secure infrastructure. Stay ahead in the world of digital assets with this powerful SDK at your fingertips.</description>

<dependency>
    <groupId>com.fireblocks.sdk</groupId>
    <artifactId>fireblocks-sdk</artifactId>
    <version>0.0.1-beta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fireblocks.sdk : fireblocks-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1-beta
  • Latest Beta: 0.0.1-beta

All Versions

Choose a version of com.fireblocks.sdk : fireblocks-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
fireblocks-sdk-0.0.1-beta

How to add a dependency to Maven

Add the following com.fireblocks.sdk : fireblocks-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.fireblocks.sdk</groupId>
    <artifactId>fireblocks-sdk</artifactId>
    <version>0.0.1-beta</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fireblocks.sdk : fireblocks-sdk gradle dependency to your build.gradle file:

implementation 'com.fireblocks.sdk:fireblocks-sdk:0.0.1-beta'

Gradle Kotlin DSL: Add the following com.fireblocks.sdk : fireblocks-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.fireblocks.sdk:fireblocks-sdk:0.0.1-beta")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fireblocks.sdk : fireblocks-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fireblocks.sdk" % "fireblocks-sdk" % "0.0.1-beta"

Advertisement