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