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