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