d

damsel

Generates jar artifact containing compiled thrift classes based on generated thrift IDL files
https://github.com/rbkmoney/damsel.git
Files download
File Operation
damsel-1.527-89cd4d1-epic.jar download
damsel-1.527-89cd4d1-epic.pom download
damsel-1.527-89cd4d1-epic-sources.jar download
Apache Maven
<dependency>
  <groupId>com.rbkmoney</groupId>
  <artifactId>damsel</artifactId>
  <version>1.527-89cd4d1-epic</version>
</dependency>
Gradle Groovy
implementation 'com.rbkmoney:damsel:1.527-89cd4d1-epic'
Gradle Kotlin
implementation("com.rbkmoney:damsel:1.527-89cd4d1-epic")
Scala SBT
libraryDependencies += "com.rbkmoney" % "damsel" % "1.527-89cd4d1-epic"
Groovy Grape
@Grapes(
  @Grab(group='com.rbkmoney', module='damsel', version='1.527-89cd4d1-epic')
)
Apache Ivy
<dependency org="com.rbkmoney" name="damsel" rev="1.527-89cd4d1-epic" />
Leiningen
[com.rbkmoney/damsel "1.527-89cd4d1-epic"]
Apache Buildr
'com.rbkmoney:damsel:jar:1.527-89cd4d1-epic'