Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcn.mybatisboost |
ArtifactId | ArtifactIdmybatis-boost-mapper |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
mybatis-boost-mapper-1.2.0.pom | |
mybatis-boost-mapper-1.2.0.jar | 22 KB |
mybatis-boost-mapper-1.2.0-sources.jar | 12 KB |
mybatis-boost-mapper-1.2.0-javadoc.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.mybatisboost/mybatis-boost-mapper/ -->
<dependency>
<groupId>cn.mybatisboost</groupId>
<artifactId>mybatis-boost-mapper</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.mybatisboost/mybatis-boost-mapper/
implementation 'cn.mybatisboost:mybatis-boost-mapper:1.2.0'
// https://jarcasting.com/artifacts/cn.mybatisboost/mybatis-boost-mapper/
implementation ("cn.mybatisboost:mybatis-boost-mapper:1.2.0")
'cn.mybatisboost:mybatis-boost-mapper:jar:1.2.0'
<dependency org="cn.mybatisboost" name="mybatis-boost-mapper" rev="1.2.0">
<artifact name="mybatis-boost-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.mybatisboost', module='mybatis-boost-mapper', version='1.2.0')
)
libraryDependencies += "cn.mybatisboost" % "mybatis-boost-mapper" % "1.2.0"
[cn.mybatisboost/mybatis-boost-mapper "1.2.0"]