MVN

com.suisung.shopsuite : core

Maven & Gradle

Sep 10, 2023

core · ModulithShop是基于uni-app+Java Springboot+Vue框架商城系统,支持微商城、公众号商城、H5商城、微信小程序商城、抖音小程序、字节小程序、头条小程序、安卓APP商城、苹果APP商城代码全开源。适用场景:B2C商城,新零售商城,社交电商商城,分销系统商城,小程序商城等等

<dependency>
    <groupId>com.suisung.shopsuite</groupId>
    <artifactId>core</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.suisung.shopsuite : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.suisung.shopsuite : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
core-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.suisung.shopsuite</groupId>
    <artifactId>core</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.suisung.shopsuite : core gradle dependency to your build.gradle file:

implementation 'com.suisung.shopsuite:core:1.0.1'

Gradle Kotlin DSL: Add the following com.suisung.shopsuite : core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.suisung.shopsuite:core:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.suisung.shopsuite : core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.suisung.shopsuite" % "core" % "1.0.1"