MVN

com.rbkmoney : magista-proto

Maven & Gradle

Oct 12, 2021
0 stars

magista-proto · Generates jar artifact containing compiled thrift classes based on generated thrift IDL files

<dependency>
    <groupId>com.rbkmoney</groupId>
    <artifactId>magista-proto</artifactId>
    <version>1.20-f95c236</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.rbkmoney : magista-proto to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.20-f95c236

All Versions

Choose a version of com.rbkmoney : magista-proto to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.20
magista-proto-1.20-f95c236
1.19
magista-proto-1.19-50148e1
1.18
magista-proto-1.18-e470bc7
1.12
magista-proto-1.12-7be076b
1.9
magista-proto-1.9-1fc32d2
1.8
magista-proto-1.8-fbb4f37
1.7
magista-proto-1.7-608aa3e
1.6
magista-proto-1.6-a3a5e93
1.5
magista-proto-1.5-a8d44f6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.rbkmoney</groupId>
    <artifactId>magista-proto</artifactId>
    <version>1.20-f95c236</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.rbkmoney : magista-proto gradle dependency to your build.gradle file:

implementation 'com.rbkmoney:magista-proto:1.20-f95c236'

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

implementation("com.rbkmoney:magista-proto:1.20-f95c236")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.rbkmoney : magista-proto sbt scala dependency to your build.sbt file:

libraryDependencies += "com.rbkmoney" % "magista-proto" % "1.20-f95c236"

Advertisement