MVN

io.smilego : multi-tenant-spring-boot-starter

Maven & Gradle

Aug 01, 2023

io.smilego:multi-tenant-spring-boot-starter · A application used as an example on how to set up pushing its components to the Central Repository.

<dependency>
    <groupId>io.smilego</groupId>
    <artifactId>multi-tenant-spring-boot-starter</artifactId>
    <version>1.1.23</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.smilego : multi-tenant-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.23

All Versions

Choose a version of io.smilego : multi-tenant-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
multi-tenant-spring-boot-starter-1.1.23
multi-tenant-spring-boot-starter-1.1.22
multi-tenant-spring-boot-starter-1.1.21
multi-tenant-spring-boot-starter-1.1.20
multi-tenant-spring-boot-starter-1.1.19
multi-tenant-spring-boot-starter-1.1.18
multi-tenant-spring-boot-starter-1.1.17
multi-tenant-spring-boot-starter-1.1.16
multi-tenant-spring-boot-starter-1.1.15
multi-tenant-spring-boot-starter-1.1.14
multi-tenant-spring-boot-starter-1.1.13
multi-tenant-spring-boot-starter-1.1.12
multi-tenant-spring-boot-starter-1.1.11
multi-tenant-spring-boot-starter-1.1.10
multi-tenant-spring-boot-starter-1.1.9
multi-tenant-spring-boot-starter-1.1.8
multi-tenant-spring-boot-starter-1.1.7
multi-tenant-spring-boot-starter-1.1.6
multi-tenant-spring-boot-starter-1.1.5
multi-tenant-spring-boot-starter-1.1.4
multi-tenant-spring-boot-starter-1.1.3
multi-tenant-spring-boot-starter-1.1.2
multi-tenant-spring-boot-starter-1.1.1
multi-tenant-spring-boot-starter-1.1.0
1.0.x
multi-tenant-spring-boot-starter-1.0.0

How to add a dependency to Maven

Add the following io.smilego : multi-tenant-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.smilego</groupId>
    <artifactId>multi-tenant-spring-boot-starter</artifactId>
    <version>1.1.23</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.smilego : multi-tenant-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'io.smilego:multi-tenant-spring-boot-starter:1.1.23'

Gradle Kotlin DSL: Add the following io.smilego : multi-tenant-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("io.smilego:multi-tenant-spring-boot-starter:1.1.23")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.smilego : multi-tenant-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "io.smilego" % "multi-tenant-spring-boot-starter" % "1.1.23"