Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.rbkmoney |
ArtifactId | ArtifactIdeventstock-client-fistful |
Version | Version1.2.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.rbkmoney/eventstock-client-fistful/ -->
<dependency>
<groupId>com.rbkmoney</groupId>
<artifactId>eventstock-client-fistful</artifactId>
<version>1.2.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.rbkmoney/eventstock-client-fistful/
implementation 'com.rbkmoney:eventstock-client-fistful:1.2.11'
// https://jarcasting.com/artifacts/com.rbkmoney/eventstock-client-fistful/
implementation ("com.rbkmoney:eventstock-client-fistful:1.2.11")
'com.rbkmoney:eventstock-client-fistful:jar:1.2.11'
<dependency org="com.rbkmoney" name="eventstock-client-fistful" rev="1.2.11">
<artifact name="eventstock-client-fistful" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rbkmoney', module='eventstock-client-fistful', version='1.2.11')
)
libraryDependencies += "com.rbkmoney" % "eventstock-client-fistful" % "1.2.11"
[com.rbkmoney/eventstock-client-fistful "1.2.11"]