Java library to use Shopemaa features in your jvm based projects.
- Add source
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Shopemaa Apache Maven Packages</name>
<url>https://maven.pkg.github.com/shopemaa/shopemaa-java-client</url>
</repository>
</distributionManagement>
- Add dependency
<dependency>
<groupId>com.shopemaa.client</groupId>
<artifactId>shopemaa-java-client</artifactId>
<version>{current-version}</version>
</dependency>
- Add source
repositories {
maven {
url = uri("https://maven.pkg.github.com/shopemaa/shopemaa-java-client")
}
}
- Add dependency
dependencies {
implementation 'com.shopemaa.client:shopemaa-java-client:{current-version}'
}
Shopemaa Support: support@shopemaa.com
Licensed under the MIT License