MVN

com.rbkmoney : bouncer-proto

Maven & Gradle

Sep 08, 2021
0 stars

Bouncer · Generates jar artifact containing compiled thrift classes based on generated thrift IDL files

<dependency>
    <groupId>com.rbkmoney</groupId>
    <artifactId>bouncer-proto</artifactId>
    <version>1.27-cc50cc4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.27-cc50cc4

All Versions

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

Version Vulnerabilities Updated
1.27
bouncer-proto-1.27-cc50cc4
1.26
bouncer-proto-1.26-19bd3d6
1.25
bouncer-proto-1.25-8da12fe
1.24
bouncer-proto-1.24-9056cb2
1.23
bouncer-proto-1.23-e574cb4
1.22
bouncer-proto-1.22-111c21e
1.21
bouncer-proto-1.21-60cedce
1.20
bouncer-proto-1.20-7dee26e
1.19
bouncer-proto-1.19-584e0ed
1.18
bouncer-proto-1.18-da66fd5
1.17
bouncer-proto-1.17-73e5e40
1.16
bouncer-proto-1.16-a126059
1.15
bouncer-proto-1.15-7ac8871
1.14
bouncer-proto-1.14-20f3ecd
1.13
bouncer-proto-1.13-7e00d96
1.12
bouncer-proto-1.12-542d8c7
1.11
bouncer-proto-1.11-60026b3
1.10
bouncer-proto-1.10-99003d3
1.9
bouncer-proto-1.9-aab9db7
1.8
bouncer-proto-1.8-133aa5e
1.7
bouncer-proto-1.7-ea44337
1.6
bouncer-proto-1.6-72f36bf

How to add a dependency to Maven

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

<dependency>
    <groupId>com.rbkmoney</groupId>
    <artifactId>bouncer-proto</artifactId>
    <version>1.27-cc50cc4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.rbkmoney:bouncer-proto:1.27-cc50cc4'

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

implementation("com.rbkmoney:bouncer-proto:1.27-cc50cc4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.rbkmoney" % "bouncer-proto" % "1.27-cc50cc4"

Advertisement