payment.square
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.shopizer</groupId>
<artifactId>payment.square</artifactId>
<version>1.0.0</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.shopizer</groupId> <artifactId>shopizer-parent</artifactId> <version>3.0.1</version> </parent> <artifactId>payment.square</artifactId> <version>1.0.0</version> <packaging>pom</packaging> <properties> <java.version>11</java.version> </properties> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>ossrh</id> <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> <modules> <module>shopizer-payment-square-spring-boot-starter</module> <module>shopizer-payment-square-spring-boot-autoconfigure</module> <module>shopizer-payment-square-client</module> </modules> </project>