m

multi-tenant-spring-boot-starter

A application used as an example on how to set up pushing its components to the Central Repository.
https://github.com/SmileGo-Tecnologia/multi-tenant-spring-boot-starter
MIT License
Leonardo Brito Victor Ximenis Igo Ribeiro
Files download
File Operation
multi-tenant-spring-boot-starter-1.1.13.jar download
multi-tenant-spring-boot-starter-1.1.13.pom download
multi-tenant-spring-boot-starter-1.1.13-sources.jar download
Apache Maven
<dependency>
  <groupId>io.smilego</groupId>
  <artifactId>multi-tenant-spring-boot-starter</artifactId>
  <version>1.1.13</version>
</dependency>
Gradle Groovy
implementation 'io.smilego:multi-tenant-spring-boot-starter:1.1.13'
Gradle Kotlin
implementation("io.smilego:multi-tenant-spring-boot-starter:1.1.13")
Scala SBT
libraryDependencies += "io.smilego" % "multi-tenant-spring-boot-starter" % "1.1.13"
Groovy Grape
@Grapes(
  @Grab(group='io.smilego', module='multi-tenant-spring-boot-starter', version='1.1.13')
)
Apache Ivy
<dependency org="io.smilego" name="multi-tenant-spring-boot-starter" rev="1.1.13" />
Leiningen
[io.smilego/multi-tenant-spring-boot-starter "1.1.13"]
Apache Buildr
'io.smilego:multi-tenant-spring-boot-starter:jar:1.1.13'