d

damsel

Generates jar artifact containing compiled thrift classes based on generated thrift IDL files
https://github.com/rbkmoney/damsel.git
文件下载
文件名 操作
damsel-1.531-8818b8e.jar 下载
damsel-1.531-8818b8e.pom 下载
damsel-1.531-8818b8e-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.rbkmoney</groupId>
  <artifactId>damsel</artifactId>
  <version>1.531-8818b8e</version>
</dependency>
Gradle Groovy
implementation 'com.rbkmoney:damsel:1.531-8818b8e'
Gradle Kotlin
implementation("com.rbkmoney:damsel:1.531-8818b8e")
Scala SBT
libraryDependencies += "com.rbkmoney" % "damsel" % "1.531-8818b8e"
Groovy Grape
@Grapes(
  @Grab(group='com.rbkmoney', module='damsel', version='1.531-8818b8e')
)
Apache Ivy
<dependency org="com.rbkmoney" name="damsel" rev="1.531-8818b8e" />
Leiningen
[com.rbkmoney/damsel "1.531-8818b8e"]
Apache Buildr
'com.rbkmoney:damsel:jar:1.531-8818b8e'