GroupId | GroupIdcom.judopay |
---|---|
ArtifactId | ArtifactIdjudokit-android |
Version | Version2.1.1 |
Type | Typeaar |
Filename | Size |
---|---|
judokit-android-2.1.1.pom | |
judokit-android-2.1.1-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.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.judopay/judokit-android/
implementation 'com.judopay:judokit-android:2.1.1'
// https://jarcasting.com/artifacts/com.judopay/judokit-android/
implementation ("com.judopay:judokit-android:2.1.1")
'com.judopay:judokit-android:aar:2.1.1'
<dependency org="com.judopay" name="judokit-android" rev="2.1.1">
<artifact name="judokit-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.judopay', module='judokit-android', version='2.1.1')
)
libraryDependencies += "com.judopay" % "judokit-android" % "2.1.1"
[com.judopay/judokit-android "2.1.1"]