<dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-core</artifactId> <version>3.4.0</version> </dependency>
implementation 'com.baomidou:mybatis-plus-core:3.4.0'
implementation("com.baomidou:mybatis-plus-core:3.4.0")
libraryDependencies += "com.baomidou" % "mybatis-plus-core" % "3.4.0"
@Grapes( @Grab(group='com.baomidou', module='mybatis-plus-core', version='3.4.0') )
<dependency org="com.baomidou" name="mybatis-plus-core" rev="3.4.0" />
[com.baomidou/mybatis-plus-core "3.4.0"]
'com.baomidou:mybatis-plus-core:jar:3.4.0'
compile
|-- com.baomidou:mybatis-plus-annotation:3.4.0
|-- com.github.jsqlparser:jsqlparser:3.2
|-- org.mybatis:mybatis:3.5.5
|-- cglib:cglib:3.3.0
|-- org.springframework:spring-aop:5.2.8.RELEASE
|-- com.imadcn.framework:idworker:1.5.0
|-- org.mybatis.caches:mybatis-ehcache:1.2.1
|-- org.mybatis.caches:mybatis-redis:1.0.0-beta2