MVN

com.shopiroller : uikit

Maven & Gradle

Feb 17, 2023
6 stars

shopiroller-uikit · Mobile e-commerce applications are now closer to your users with Shopiroller iOS SDK. It is now very easy to have your own mobile application.

<dependency>
    <groupId>com.shopiroller</groupId>
    <artifactId>uikit</artifactId>
    <version>0.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.shopiroller : uikit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.11
  • Latest Beta: 0.0.5-beta
  • Latest Alpha: 0.0.14-alpha-workflow-test

All Versions

Choose a version of com.shopiroller : uikit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
uikit-0.0.15-beta
uikit-0.0.14-alpha-workflow-test
uikit-0.0.14-alpha
uikit-0.0.13-alpha
uikit-0.0.12-alpha
uikit-0.0.11
uikit-0.0.11-alpha
uikit-0.0.10
uikit-0.0.10-alpha
uikit-0.0.9
uikit-0.0.9-alpha
uikit-0.0.8
uikit-0.0.8-alpha
uikit-0.0.7-development
uikit-0.0.7
uikit-0.0.7-alpha
uikit-0.0.6-development
uikit-0.0.6
uikit-0.0.6-alpha
uikit-0.0.5-development
uikit-0.0.5-beta
uikit-0.0.5-alpha
uikit-0.0.4-development
uikit-0.0.4
uikit-0.0.4-alpha
uikit-0.0.3-development
uikit-0.0.3-alpha
uikit-0.0.3
uikit-0.0.2-development
uikit-0.0.1-development

How to add a dependency to Maven

Add the following com.shopiroller : uikit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.shopiroller</groupId>
    <artifactId>uikit</artifactId>
    <version>0.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.shopiroller : uikit gradle dependency to your build.gradle file:

implementation 'com.shopiroller:uikit:0.0.11'

Gradle Kotlin DSL: Add the following com.shopiroller : uikit gradle kotlin dependency to your build.gradle.kts file:

implementation("com.shopiroller:uikit:0.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.shopiroller : uikit sbt scala dependency to your build.sbt file:

libraryDependencies += "com.shopiroller" % "uikit" % "0.0.11"