Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.maojx0630 |
ArtifactId | ArtifactIdSnowFlake-MybatisPlus-zk-spring-boot-starter |
Version | Version0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.maojx0630/SnowFlake-MybatisPlus-zk-spring-boot-starter/ -->
<dependency>
<groupId>com.github.maojx0630</groupId>
<artifactId>SnowFlake-MybatisPlus-zk-spring-boot-starter</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.maojx0630/SnowFlake-MybatisPlus-zk-spring-boot-starter/
implementation 'com.github.maojx0630:SnowFlake-MybatisPlus-zk-spring-boot-starter:0.2'
// https://jarcasting.com/artifacts/com.github.maojx0630/SnowFlake-MybatisPlus-zk-spring-boot-starter/
implementation ("com.github.maojx0630:SnowFlake-MybatisPlus-zk-spring-boot-starter:0.2")
'com.github.maojx0630:SnowFlake-MybatisPlus-zk-spring-boot-starter:jar:0.2'
<dependency org="com.github.maojx0630" name="SnowFlake-MybatisPlus-zk-spring-boot-starter" rev="0.2">
<artifact name="SnowFlake-MybatisPlus-zk-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.maojx0630', module='SnowFlake-MybatisPlus-zk-spring-boot-starter', version='0.2')
)
libraryDependencies += "com.github.maojx0630" % "SnowFlake-MybatisPlus-zk-spring-boot-starter" % "0.2"
[com.github.maojx0630/SnowFlake-MybatisPlus-zk-spring-boot-starter "0.2"]