Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcn.codingxxm |
ArtifactId | ArtifactIdmybatis-dict-helper-core |
Version | Version0.1.3-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.codingxxm/mybatis-dict-helper-core/ -->
<dependency>
<groupId>cn.codingxxm</groupId>
<artifactId>mybatis-dict-helper-core</artifactId>
<version>0.1.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.codingxxm/mybatis-dict-helper-core/
implementation 'cn.codingxxm:mybatis-dict-helper-core:0.1.3-RELEASE'
// https://jarcasting.com/artifacts/cn.codingxxm/mybatis-dict-helper-core/
implementation ("cn.codingxxm:mybatis-dict-helper-core:0.1.3-RELEASE")
'cn.codingxxm:mybatis-dict-helper-core:jar:0.1.3-RELEASE'
<dependency org="cn.codingxxm" name="mybatis-dict-helper-core" rev="0.1.3-RELEASE">
<artifact name="mybatis-dict-helper-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.codingxxm', module='mybatis-dict-helper-core', version='0.1.3-RELEASE')
)
libraryDependencies += "cn.codingxxm" % "mybatis-dict-helper-core" % "0.1.3-RELEASE"
[cn.codingxxm/mybatis-dict-helper-core "0.1.3-RELEASE"]