Files download
File Operation
adapter-thrift-lib-1.0.5.pom download
Apache Maven
<dependency>
  <groupId>com.rbkmoney.adapter-thrift-lib</groupId>
  <artifactId>adapter-thrift-lib</artifactId>
  <version>1.0.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.rbkmoney.adapter-thrift-lib:adapter-thrift-lib:1.0.5'
Gradle Kotlin
implementation("com.rbkmoney.adapter-thrift-lib:adapter-thrift-lib:1.0.5")
Scala SBT
libraryDependencies += "com.rbkmoney.adapter-thrift-lib" % "adapter-thrift-lib" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.rbkmoney.adapter-thrift-lib', module='adapter-thrift-lib', version='1.0.5')
)
Apache Ivy
<dependency org="com.rbkmoney.adapter-thrift-lib" name="adapter-thrift-lib" rev="1.0.5" />
Leiningen
[com.rbkmoney.adapter-thrift-lib/adapter-thrift-lib "1.0.5"]
Apache Buildr
'com.rbkmoney.adapter-thrift-lib:adapter-thrift-lib:jar:1.0.5'