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