MVN

com.linecorp.lbd : tx-result-adapter

Maven & Gradle

Feb 10, 2023
11 stars

line-blockchain-developers-tx-result-adapter · A module to parse result of transaction

<dependency>
    <groupId>com.linecorp.lbd</groupId>
    <artifactId>tx-result-adapter</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.linecorp.lbd : tx-result-adapter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of com.linecorp.lbd : tx-result-adapter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
tx-result-adapter-1.0.3
tx-result-adapter-1.0.0

How to add a dependency to Maven

Add the following com.linecorp.lbd : tx-result-adapter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.linecorp.lbd</groupId>
    <artifactId>tx-result-adapter</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.linecorp.lbd : tx-result-adapter gradle dependency to your build.gradle file:

implementation 'com.linecorp.lbd:tx-result-adapter:1.0.3'

Gradle Kotlin DSL: Add the following com.linecorp.lbd : tx-result-adapter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.linecorp.lbd:tx-result-adapter:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.linecorp.lbd : tx-result-adapter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.linecorp.lbd" % "tx-result-adapter" % "1.0.3"