MVN

com.wl4g : xcloud-components-common

Maven & Gradle

Sep 16, 2020
1 usages
2 stars

XCloud Components Common · A XCloud parent projects.

<dependency>
    <groupId>com.wl4g</groupId>
    <artifactId>xcloud-components-common</artifactId>
    <version>master</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wl4g : xcloud-components-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: master

All Versions

Choose a version of com.wl4g : xcloud-components-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
master
xcloud-components-common-master

How to add a dependency to Maven

Add the following com.wl4g : xcloud-components-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.wl4g</groupId>
    <artifactId>xcloud-components-common</artifactId>
    <version>master</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.wl4g : xcloud-components-common gradle dependency to your build.gradle file:

implementation 'com.wl4g:xcloud-components-common:master'

Gradle Kotlin DSL: Add the following com.wl4g : xcloud-components-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.wl4g:xcloud-components-common:master")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.wl4g : xcloud-components-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.wl4g" % "xcloud-components-common" % "master"

Advertisement