Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcn.structured |
ArtifactId | ArtifactIdstructure-mybatis-plus-starter |
Version | Version1.0.1.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.structured/structure-mybatis-plus-starter/ -->
<dependency>
<groupId>cn.structured</groupId>
<artifactId>structure-mybatis-plus-starter</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.structured/structure-mybatis-plus-starter/
implementation 'cn.structured:structure-mybatis-plus-starter:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/cn.structured/structure-mybatis-plus-starter/
implementation ("cn.structured:structure-mybatis-plus-starter:1.0.1.RELEASE")
'cn.structured:structure-mybatis-plus-starter:jar:1.0.1.RELEASE'
<dependency org="cn.structured" name="structure-mybatis-plus-starter" rev="1.0.1.RELEASE">
<artifact name="structure-mybatis-plus-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.structured', module='structure-mybatis-plus-starter', version='1.0.1.RELEASE')
)
libraryDependencies += "cn.structured" % "structure-mybatis-plus-starter" % "1.0.1.RELEASE"
[cn.structured/structure-mybatis-plus-starter "1.0.1.RELEASE"]