a

api-client

A fresh implementation of the PayU API Client for Android
https://bitbucket.org/felipecalderon/payu-latam-android-api-client
The Apache Software License, Version 2.0
Felipe Calderon
Files download
File Operation
api-client-1.0.0.jar download
api-client-1.0.0.pom download
api-client-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.payulatam.android</groupId>
  <artifactId>api-client</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.payulatam.android:api-client:1.0.0'
Gradle Kotlin
implementation("com.payulatam.android:api-client:1.0.0")
Scala SBT
libraryDependencies += "com.payulatam.android" % "api-client" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.payulatam.android', module='api-client', version='1.0.0')
)
Apache Ivy
<dependency org="com.payulatam.android" name="api-client" rev="1.0.0" />
Leiningen
[com.payulatam.android/api-client "1.0.0"]
Apache Buildr
'com.payulatam.android:api-client:jar:1.0.0'