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