GroupId | GroupIdcom.rbkmoney |
---|---|
ArtifactId | ArtifactIdmagista-proto |
Version | Version1.7-608aa3e |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.rbkmoney/magista-proto/ -->
<dependency>
<groupId>com.rbkmoney</groupId>
<artifactId>magista-proto</artifactId>
<version>1.7-608aa3e</version>
</dependency>
// https://jarcasting.com/artifacts/com.rbkmoney/magista-proto/
implementation 'com.rbkmoney:magista-proto:1.7-608aa3e'
// https://jarcasting.com/artifacts/com.rbkmoney/magista-proto/
implementation ("com.rbkmoney:magista-proto:1.7-608aa3e")
'com.rbkmoney:magista-proto:jar:1.7-608aa3e'
<dependency org="com.rbkmoney" name="magista-proto" rev="1.7-608aa3e">
<artifact name="magista-proto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rbkmoney', module='magista-proto', version='1.7-608aa3e')
)
libraryDependencies += "com.rbkmoney" % "magista-proto" % "1.7-608aa3e"
[com.rbkmoney/magista-proto "1.7-608aa3e"]