| GroupId | GroupIdcom.kushkipagos |
|---|---|
| ArtifactId | ArtifactIdkushki-android |
| Version | Version1.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| kushki-android-1.1.0.pom | |
| kushki-android-1.1.0.jar | 15 KB |
| kushki-android-1.1.0-sources.jar | 5 KB |
| kushki-android-1.1.0-javadoc.jar | 18 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.kushkipagos/kushki-android/ -->
<dependency>
<groupId>com.kushkipagos</groupId>
<artifactId>kushki-android</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kushkipagos/kushki-android/
implementation 'com.kushkipagos:kushki-android:1.1.0'
// https://jarcasting.com/artifacts/com.kushkipagos/kushki-android/
implementation ("com.kushkipagos:kushki-android:1.1.0")
'com.kushkipagos:kushki-android:jar:1.1.0'
<dependency org="com.kushkipagos" name="kushki-android" rev="1.1.0">
<artifact name="kushki-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kushkipagos', module='kushki-android', version='1.1.0')
)
libraryDependencies += "com.kushkipagos" % "kushki-android" % "1.1.0"
[com.kushkipagos/kushki-android "1.1.0"]