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