Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.emerchantpay.gateway |
ArtifactId | ArtifactIdgenesis-android |
Version | Version1.1.2 |
Type | Typeaar |
Filename | Size |
---|---|
genesis-android-1.1.2.pom | |
genesis-android-1.1.2.aar | 213 KB |
genesis-android-1.1.2-sources.jar | 69 KB |
genesis-android-1.1.2-javadoc.jar | 328 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.emerchantpay.gateway/genesis-android/ -->
<dependency>
<groupId>com.emerchantpay.gateway</groupId>
<artifactId>genesis-android</artifactId>
<version>1.1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.emerchantpay.gateway/genesis-android/
implementation 'com.emerchantpay.gateway:genesis-android:1.1.2'
// https://jarcasting.com/artifacts/com.emerchantpay.gateway/genesis-android/
implementation ("com.emerchantpay.gateway:genesis-android:1.1.2")
'com.emerchantpay.gateway:genesis-android:aar:1.1.2'
<dependency org="com.emerchantpay.gateway" name="genesis-android" rev="1.1.2">
<artifact name="genesis-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.emerchantpay.gateway', module='genesis-android', version='1.1.2')
)
libraryDependencies += "com.emerchantpay.gateway" % "genesis-android" % "1.1.2"
[com.emerchantpay.gateway/genesis-android "1.1.2"]