| Категории |
КатегорииSpring Boot Контейнер Микросервисы Ant Компиляция и сборка MyBatis Данные ORM |
|---|---|
| Группа | Группаcn.ocoop.framework.mybatis.plugin |
| Идентификатор | Идентификаторmybatis-tenant-spring-boot-starter |
| Версия | Версия1.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/cn.ocoop.framework.mybatis.plugin/mybatis-tenant-spring-boot-starter/ -->
<dependency>
<groupId>cn.ocoop.framework.mybatis.plugin</groupId>
<artifactId>mybatis-tenant-spring-boot-starter</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.ocoop.framework.mybatis.plugin/mybatis-tenant-spring-boot-starter/
implementation 'cn.ocoop.framework.mybatis.plugin:mybatis-tenant-spring-boot-starter:1.0'
// https://jarcasting.com/artifacts/cn.ocoop.framework.mybatis.plugin/mybatis-tenant-spring-boot-starter/
implementation ("cn.ocoop.framework.mybatis.plugin:mybatis-tenant-spring-boot-starter:1.0")
'cn.ocoop.framework.mybatis.plugin:mybatis-tenant-spring-boot-starter:jar:1.0'
<dependency org="cn.ocoop.framework.mybatis.plugin" name="mybatis-tenant-spring-boot-starter" rev="1.0">
<artifact name="mybatis-tenant-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.ocoop.framework.mybatis.plugin', module='mybatis-tenant-spring-boot-starter', version='1.0')
)
libraryDependencies += "cn.ocoop.framework.mybatis.plugin" % "mybatis-tenant-spring-boot-starter" % "1.0"
[cn.ocoop.framework.mybatis.plugin/mybatis-tenant-spring-boot-starter "1.0"]