MVN

com.rsdx : shop

Maven & Gradle

Nov 23, 2022

天九电商商品SDK · 天九电商商品SDK

<dependency>
    <groupId>com.rsdx</groupId>
    <artifactId>shop</artifactId>
    <version>1.0.0.11231529</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.rsdx : shop to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.11231529

All Versions

Choose a version of com.rsdx : shop to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
shop-1.0.0.11231529
shop-1.0.0.11070938
shop-1.0.0.10211738
shop-1.0.0.10111000
shop-1.0.0.10101802
shop-1.0.0.10101711
shop-1.0.0.09091400
shop-1.0.0.05271531
shop-1.0.0.05271416
shop-1.0.0.05251422
shop-1.0.0.05251110
shop-1.0.0.05231810
shop-1.0.0.05201629
shop-1.0.0.05201155
shop-1.0.0.05191620
shop-1.0.0.05191338
shop-1.0.0.05181731
shop-1.0.0.05180858
shop-1.0.0.05170853
shop-1.0.0.05161138
shop-1.0.0.05101129
shop-1.0.0.05091550
shop-1.0.0.05090826
shop-1.0.0.05071045
shop-1.0.0.05051645
shop-1.0.0.04261721
shop-1.0.0.04261710
shop-1.0.0.04261518
shop-1.0.0.04240935
shop-1.0.0.04221801
shop-1.0.0.04211753
shop-1.0.0.04151710
shop-1.0.0.04151655
shop-1.0.0.04151531
shop-1.0.0.04151348
shop-1.0.0.04151138
shop-1.0.0.03311329
shop-1.0.0.03311056
shop-1.0.0.03310949
shop-1.0.0.033109
tojoy.shop.x
shop-tojoy.shop.sdk

How to add a dependency to Maven

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

<dependency>
    <groupId>com.rsdx</groupId>
    <artifactId>shop</artifactId>
    <version>1.0.0.11231529</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.rsdx : shop gradle dependency to your build.gradle file:

implementation 'com.rsdx:shop:1.0.0.11231529'

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

implementation("com.rsdx:shop:1.0.0.11231529")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.rsdx : shop sbt scala dependency to your build.sbt file:

libraryDependencies += "com.rsdx" % "shop" % "1.0.0.11231529"