Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 1.16 KB

README.md

File metadata and controls

61 lines (43 loc) · 1.16 KB

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