MVN

com.radixdlt : radix-engine-toolkit-kotlin

Maven & Gradle

Nov 01, 2023
21 stars

Radix Engine Toolkit · The Radix Engine Toolkit is a library that exposes a set of functions to help clients written in kotlin to compile and decompile transactions, perform SBOR encoding and decoding, derive virtual account and virtual badge addresses, and other functionalities

<dependency>
    <groupId>com.radixdlt</groupId>
    <artifactId>radix-engine-toolkit-kotlin</artifactId>
    <version>1.0.3-fcd8536</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.radixdlt : radix-engine-toolkit-kotlin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3-fcd8536

All Versions

Choose a version of com.radixdlt : radix-engine-toolkit-kotlin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
radix-engine-toolkit-kotlin-1.0.3-fcd8536

How to add a dependency to Maven

Add the following com.radixdlt : radix-engine-toolkit-kotlin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.radixdlt</groupId>
    <artifactId>radix-engine-toolkit-kotlin</artifactId>
    <version>1.0.3-fcd8536</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.radixdlt : radix-engine-toolkit-kotlin gradle dependency to your build.gradle file:

implementation 'com.radixdlt:radix-engine-toolkit-kotlin:1.0.3-fcd8536'

Gradle Kotlin DSL: Add the following com.radixdlt : radix-engine-toolkit-kotlin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.radixdlt:radix-engine-toolkit-kotlin:1.0.3-fcd8536")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.radixdlt : radix-engine-toolkit-kotlin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.radixdlt" % "radix-engine-toolkit-kotlin" % "1.0.3-fcd8536"