Categories |
CategoriesAnt Build Tools MyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.rxyor |
ArtifactId | ArtifactIdcarp-mybatis-plus-tenant-starter |
Version | Version1.0.14.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.rxyor/carp-mybatis-plus-tenant-starter/ -->
<dependency>
<groupId>com.github.rxyor</groupId>
<artifactId>carp-mybatis-plus-tenant-starter</artifactId>
<version>1.0.14.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rxyor/carp-mybatis-plus-tenant-starter/
implementation 'com.github.rxyor:carp-mybatis-plus-tenant-starter:1.0.14.9'
// https://jarcasting.com/artifacts/com.github.rxyor/carp-mybatis-plus-tenant-starter/
implementation ("com.github.rxyor:carp-mybatis-plus-tenant-starter:1.0.14.9")
'com.github.rxyor:carp-mybatis-plus-tenant-starter:jar:1.0.14.9'
<dependency org="com.github.rxyor" name="carp-mybatis-plus-tenant-starter" rev="1.0.14.9">
<artifact name="carp-mybatis-plus-tenant-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rxyor', module='carp-mybatis-plus-tenant-starter', version='1.0.14.9')
)
libraryDependencies += "com.github.rxyor" % "carp-mybatis-plus-tenant-starter" % "1.0.14.9"
[com.github.rxyor/carp-mybatis-plus-tenant-starter "1.0.14.9"]