GroupId | GroupIdcom.rbkmoney |
---|---|
ArtifactId | ArtifactIdmamsel |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
mamsel-0.0.2.pom | |
mamsel-0.0.2.jar | 11 KB |
mamsel-0.0.2-sources.jar | 7 KB |
mamsel-0.0.2-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rbkmoney/mamsel/ -->
<dependency>
<groupId>com.rbkmoney</groupId>
<artifactId>mamsel</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.rbkmoney/mamsel/
implementation 'com.rbkmoney:mamsel:0.0.2'
// https://jarcasting.com/artifacts/com.rbkmoney/mamsel/
implementation ("com.rbkmoney:mamsel:0.0.2")
'com.rbkmoney:mamsel:jar:0.0.2'
<dependency org="com.rbkmoney" name="mamsel" rev="0.0.2">
<artifact name="mamsel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rbkmoney', module='mamsel', version='0.0.2')
)
libraryDependencies += "com.rbkmoney" % "mamsel" % "0.0.2"
[com.rbkmoney/mamsel "0.0.2"]