univapay-java-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.univapay</groupId> <artifactId>univapay-java-sdk</artifactId> <version>0.2.42</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.univapay</groupId> <artifactId>univapay-java-sdk</artifactId> <version>0.2.42</version> <name>Univapay Java SDK</name> <description>Official Univapay Java SDK</description> <url>https://github.com/univapay/univapay-java-sdk</url> <licenses> <license> <name>MIT License</name> <url>http://www.opensource.org/licenses/mit-license.php</url> </license> </licenses> <developers> <developer> <id>univapaycast-dev</id> <name>payments-dev@univapay.com</name> <email>payments-dev@univapay.com</email> <organization>Univa Paycast</organization> <organizationUrl>https://github.com/univapay</organizationUrl> <roles> <role>owner</role> <role>developer</role> </roles> </developer> </developers> <scm> <connection>scm:git:git://github.com/univapay/univapay-java-sdk.git</connection> <developerConnection>scm:git:ssh://github.com/univapay/univapay-java-sdk.git</developerConnection> <url>http://github.com/univapay/univapay-java-sdk.git</url> </scm> <issueManagement> <system>GitHub Issues</system> <url>http://github.com/univapay/univapay-java-sdk/issues</url> </issueManagement> <dependencies> <dependency> <groupId>io.reactivex.rxjava3</groupId> <artifactId>rxjava</artifactId> <version>3.1.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>4.12.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>logging-interceptor</artifactId> <version>4.12.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>retrofit</artifactId> <version>2.11.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-gson</artifactId> <version>2.11.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.joda</groupId> <artifactId>joda-money</artifactId> <version>1.0.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20250107</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.13.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>3.0.2</version> <scope>compile</scope> </dependency> </dependencies> </project>