MVN

com.rbkmoney : three-ds-server-storage-proto

Maven & Gradle

Apr 12, 2021
0 stars

three-ds-server-storage · Generates jar artifact containing compiled thrift classes based on generated thrift IDL files

<dependency>
    <groupId>com.rbkmoney</groupId>
    <artifactId>three-ds-server-storage-proto</artifactId>
    <version>1.24-ab05a55</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.rbkmoney : three-ds-server-storage-proto to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.24-ab05a55

All Versions

Choose a version of com.rbkmoney : three-ds-server-storage-proto to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.24
three-ds-server-storage-proto-1.24-ab05a55
1.23
three-ds-server-storage-proto-1.23-e8e35de

How to add a dependency to Maven

Add the following com.rbkmoney : three-ds-server-storage-proto maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.rbkmoney</groupId>
    <artifactId>three-ds-server-storage-proto</artifactId>
    <version>1.24-ab05a55</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.rbkmoney : three-ds-server-storage-proto gradle dependency to your build.gradle file:

implementation 'com.rbkmoney:three-ds-server-storage-proto:1.24-ab05a55'

Gradle Kotlin DSL: Add the following com.rbkmoney : three-ds-server-storage-proto gradle kotlin dependency to your build.gradle.kts file:

implementation("com.rbkmoney:three-ds-server-storage-proto:1.24-ab05a55")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.rbkmoney : three-ds-server-storage-proto sbt scala dependency to your build.sbt file:

libraryDependencies += "com.rbkmoney" % "three-ds-server-storage-proto" % "1.24-ab05a55"