MVN

com.digitalasset.ledger-api : rs-grpc-bridge

Maven & Gradle

Dec 18, 2021
11 usages
783 stars

rs-grpc-bridge · TBD

<dependency>
    <groupId>com.digitalasset.ledger-api</groupId>
    <artifactId>rs-grpc-bridge</artifactId>
    <version>100.13.55</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.digitalasset.ledger-api : rs-grpc-bridge to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 100.13.55

All Versions

Choose a version of com.digitalasset.ledger-api : rs-grpc-bridge to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
100.13.x
rs-grpc-bridge-100.13.56-snapshot.20200331.3729.0.b43b8d86
rs-grpc-bridge-100.13.56-snapshot.20200325.3626.0.a3ddde3a
rs-grpc-bridge-100.13.56-snapshot.20200318.3529.0.6ea118d6
rs-grpc-bridge-100.13.55
rs-grpc-bridge-100.13.55-snapshot.20200309.3401.0.6f8c3ad8
rs-grpc-bridge-100.13.55-snapshot.20200309.3401.6f8c3ad8
rs-grpc-bridge-100.13.55-snapshot.20200304.3329.6a1c75cf
rs-grpc-bridge-100.13.55-snapshot.20200226.3267.c9b9293d
rs-grpc-bridge-100.13.54
rs-grpc-bridge-100.13.53
rs-grpc-bridge-100.13.52
rs-grpc-bridge-100.13.51
rs-grpc-bridge-100.13.50
rs-grpc-bridge-100.13.49
rs-grpc-bridge-100.13.48
rs-grpc-bridge-100.13.46
rs-grpc-bridge-100.13.45
rs-grpc-bridge-100.13.44
rs-grpc-bridge-100.13.43
rs-grpc-bridge-100.13.42
rs-grpc-bridge-100.13.41
rs-grpc-bridge-100.13.40
rs-grpc-bridge-100.13.39
rs-grpc-bridge-100.13.38
rs-grpc-bridge-100.13.37
rs-grpc-bridge-100.13.36
rs-grpc-bridge-100.13.35
rs-grpc-bridge-100.13.34
rs-grpc-bridge-100.13.33
rs-grpc-bridge-100.13.32
rs-grpc-bridge-100.13.31
rs-grpc-bridge-100.13.30
rs-grpc-bridge-100.13.29
rs-grpc-bridge-100.13.28
rs-grpc-bridge-100.13.27
rs-grpc-bridge-100.13.26
rs-grpc-bridge-100.13.25
rs-grpc-bridge-100.13.24
rs-grpc-bridge-100.13.23
rs-grpc-bridge-100.13.22
rs-grpc-bridge-100.13.21
rs-grpc-bridge-100.13.20
rs-grpc-bridge-100.13.19
rs-grpc-bridge-100.13.18
rs-grpc-bridge-100.13.17
rs-grpc-bridge-100.13.16
rs-grpc-bridge-100.13.15
rs-grpc-bridge-100.13.14
rs-grpc-bridge-100.13.13
rs-grpc-bridge-100.13.12
rs-grpc-bridge-100.13.11
rs-grpc-bridge-100.13.10
rs-grpc-bridge-100.13.8
rs-grpc-bridge-100.13.7
rs-grpc-bridge-100.13.5
rs-grpc-bridge-100.13.3

How to add a dependency to Maven

Add the following com.digitalasset.ledger-api : rs-grpc-bridge maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.digitalasset.ledger-api</groupId>
    <artifactId>rs-grpc-bridge</artifactId>
    <version>100.13.55</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.digitalasset.ledger-api : rs-grpc-bridge gradle dependency to your build.gradle file:

implementation 'com.digitalasset.ledger-api:rs-grpc-bridge:100.13.55'

Gradle Kotlin DSL: Add the following com.digitalasset.ledger-api : rs-grpc-bridge gradle kotlin dependency to your build.gradle.kts file:

implementation("com.digitalasset.ledger-api:rs-grpc-bridge:100.13.55")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.digitalasset.ledger-api : rs-grpc-bridge sbt scala dependency to your build.sbt file:

libraryDependencies += "com.digitalasset.ledger-api" % "rs-grpc-bridge" % "100.13.55"

Advertisement