/shopemaa-java-client

Java library to use Shopemaa features in your jvm based projects.

Primary LanguageJavaMIT LicenseMIT

Shopemaa Java Client

GitHub release (latest SemVer)

Java library to use Shopemaa features in your jvm based projects.

Installation

Maven
  • 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>

Gradle

  • 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}'
}

Contact

Shopemaa Support: support@shopemaa.com

License

Licensed under the MIT License