payu-upi-bolt-axis-wrapper-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>in.payu</groupId> <artifactId>payu-upi-bolt-axis-wrapper-sdk</artifactId> <version>0.0.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>in.payu</groupId> <artifactId>payu-upi-bolt-axis-wrapper-sdk</artifactId> <version>0.0.1</version> <packaging>aar</packaging> <name>payu-upi-bolt-axis-wrapper-sdk</name> <description>PayU Axis wrapper SDK For Android</description> <url>https://github.com/payu-intrepos/payu-upi-bolt-axis-wrapper-sdk-android</url> <licenses> <license> <name>The MIT License</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <id>mobile_payu</id> <name>PayU Mobile</name> <email>payumoneyapp@payumoney.com</email> </developer> </developers> <scm> <url>https://github.com/payu-intrepos/payu-upi-bolt-axis-wrapper-sdk-android</url> </scm> <dependencies> <dependency> <artifactId>okhttp</artifactId> <groupId>com.squareup.okhttp3</groupId> <version>4.9.0</version> <scope>compile</scope> </dependency> <dependency> <artifactId>kotlin-stdlib-jdk8</artifactId> <groupId>org.jetbrains.kotlin</groupId> <version>1.7.10</version> <scope>compile</scope> </dependency> <dependency> <artifactId>converter-gson</artifactId> <groupId>com.squareup.retrofit2</groupId> <version>2.9.0</version> <scope>runtime</scope> </dependency> <dependency> <artifactId>commons-logging-api</artifactId> <groupId>commons-logging</groupId> <version>1.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>