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