payper-subscriptions-v1
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.eealba.payper</groupId> <artifactId>payper-subscriptions-v1</artifactId> <version>1.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.github.eealba.payper</groupId> <artifactId>payper-parent</artifactId> <version>1.0.0</version> </parent> <packaging>jar</packaging> <name>Payper Subscriptions V1</name> <artifactId>payper-subscriptions-v1</artifactId> <description>Subscriptions API client for the Payper library, providing methods to interact with the PayPal Subscriptions API.</description> <url>https://github.com/eealba/payper</url> <scm> <url>https://github.com/eealba/payper</url> <connection>scm:git:git@github.com:eealba/payper.git</connection> <developerConnection>scm:git:git@github.com:eealba/payper.git</developerConnection> </scm> <dependencies> <dependency> <groupId>io.github.eealba.payper</groupId> <artifactId>payper-core</artifactId> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.skyscreamer</groupId> <artifactId>jsonassert</artifactId> </dependency> <dependency> <groupId>org.wiremock</groupId> <artifactId>wiremock</artifactId> </dependency> <dependency> <groupId>com.tngtech.archunit</groupId> <artifactId>archunit-junit5</artifactId> </dependency> <dependency> <groupId>io.github.eealba.payper</groupId> <artifactId>payper-catalog-products-v1</artifactId> <scope>test</scope> </dependency> </dependencies> </project>