GroupId | GroupIdcom.judopay |
---|---|
ArtifactId | ArtifactIdjudokit-android |
Version | Version2.1.2 |
Type | Typeaar |
Filename | Size |
---|---|
judokit-android-2.1.2.pom | |
judokit-android-2.1.2-sources.jar | 155 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.judopay/judokit-android/ -->
<dependency>
<groupId>com.judopay</groupId>
<artifactId>judokit-android</artifactId>
<version>2.1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.judopay/judokit-android/
implementation 'com.judopay:judokit-android:2.1.2'
// https://jarcasting.com/artifacts/com.judopay/judokit-android/
implementation ("com.judopay:judokit-android:2.1.2")
'com.judopay:judokit-android:aar:2.1.2'
<dependency org="com.judopay" name="judokit-android" rev="2.1.2">
<artifact name="judokit-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.judopay', module='judokit-android', version='2.1.2')
)
libraryDependencies += "com.judopay" % "judokit-android" % "2.1.2"
[com.judopay/judokit-android "2.1.2"]