Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages