MVN

top.dcenter : ums-core-spring-boot-starter

Maven & Gradle

Mar 05, 2021
8 usages
31 stars

ums-core-spring-boot-starter · ums-core feature: username password login, mobile login, Support multi-tenancy, sign, JWT, MDC etc.

<dependency>
    <groupId>top.dcenter</groupId>
    <artifactId>ums-core-spring-boot-starter</artifactId>
    <version>2.2.27</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.dcenter : ums-core-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.27
  • Latest Beta: 1.1.0-beta3
  • Latest Alpha: 1.1.3-alpha

All Versions

Choose a version of top.dcenter : ums-core-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
ums-core-spring-boot-starter-2.2.27
ums-core-spring-boot-starter-2.2.26
ums-core-spring-boot-starter-2.2.25
ums-core-spring-boot-starter-2.2.24
ums-core-spring-boot-starter-2.2.23
ums-core-spring-boot-starter-2.2.22
ums-core-spring-boot-starter-2.2.21
ums-core-spring-boot-starter-2.2.20
ums-core-spring-boot-starter-2.2.19
ums-core-spring-boot-starter-2.2.18
ums-core-spring-boot-starter-2.2.17
ums-core-spring-boot-starter-2.2.15
ums-core-spring-boot-starter-2.2.14
ums-core-spring-boot-starter-2.2.13
ums-core-spring-boot-starter-2.2.12
ums-core-spring-boot-starter-2.2.11
ums-core-spring-boot-starter-2.2.10
ums-core-spring-boot-starter-2.2.8
ums-core-spring-boot-starter-2.2.7
ums-core-spring-boot-starter-2.2.6
ums-core-spring-boot-starter-2.2.5
ums-core-spring-boot-starter-2.2.4
ums-core-spring-boot-starter-2.2.3
ums-core-spring-boot-starter-2.2.2
ums-core-spring-boot-starter-2.2.1
ums-core-spring-boot-starter-2.2.0
2.1.x
ums-core-spring-boot-starter-2.1.9
ums-core-spring-boot-starter-2.1.8
ums-core-spring-boot-starter-2.1.7
ums-core-spring-boot-starter-2.1.6
ums-core-spring-boot-starter-2.1.5
ums-core-spring-boot-starter-2.1.4
ums-core-spring-boot-starter-2.1.3
ums-core-spring-boot-starter-2.1.2
ums-core-spring-boot-starter-2.1.1
ums-core-spring-boot-starter-2.1.0
2.0.x
ums-core-spring-boot-starter-2.0.8
ums-core-spring-boot-starter-2.0.7-patch2
ums-core-spring-boot-starter-2.0.7-patch
ums-core-spring-boot-starter-2.0.7
ums-core-spring-boot-starter-2.0.6
ums-core-spring-boot-starter-2.0.5
ums-core-spring-boot-starter-2.0.4
ums-core-spring-boot-starter-2.0.3
ums-core-spring-boot-starter-2.0.2
ums-core-spring-boot-starter-2.0.1
ums-core-spring-boot-starter-2.0.0
1.2.x
ums-core-spring-boot-starter-1.2.0
1.1.x
ums-core-spring-boot-starter-1.1.5
ums-core-spring-boot-starter-1.1.4
ums-core-spring-boot-starter-1.1.3-alpha
ums-core-spring-boot-starter-1.1.2-alpha
ums-core-spring-boot-starter-1.1.1-alpha
ums-core-spring-boot-starter-1.1.0-beta3
ums-core-spring-boot-starter-1.1.0-beta2
ums-core-spring-boot-starter-1.1.0-beta
1.0.x
ums-core-spring-boot-starter-1.0.9
ums-core-spring-boot-starter-1.0.7
ums-core-spring-boot-starter-1.0.6
ums-core-spring-boot-starter-1.0.5
ums-core-spring-boot-starter-1.0.4
ums-core-spring-boot-starter-1.0.3

How to add a dependency to Maven

Add the following top.dcenter : ums-core-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.dcenter</groupId>
    <artifactId>ums-core-spring-boot-starter</artifactId>
    <version>2.2.27</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.dcenter : ums-core-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'top.dcenter:ums-core-spring-boot-starter:2.2.27'

Gradle Kotlin DSL: Add the following top.dcenter : ums-core-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("top.dcenter:ums-core-spring-boot-starter:2.2.27")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.dcenter : ums-core-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "top.dcenter" % "ums-core-spring-boot-starter" % "2.2.27"

Advertisement