is not current version
Last Version 1.1.2.RELEASE

cn.structured:structure-mybatis-starter 1.1.0.RELEASE

structure-mybatis 对mybatis进行部分功能的扩展

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

cn.structured
ArtifactId

ArtifactId

structure-mybatis-starter
Version

Version

1.1.0.RELEASE
Type

Type

jar

Download structure-mybatis-starter 1.1.0.RELEASE


<!-- https://jarcasting.com/artifacts/cn.structured/structure-mybatis-starter/ -->
<dependency>
    <groupId>cn.structured</groupId>
    <artifactId>structure-mybatis-starter</artifactId>
    <version>1.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.structured/structure-mybatis-starter/
implementation 'cn.structured:structure-mybatis-starter:1.1.0.RELEASE'
// https://jarcasting.com/artifacts/cn.structured/structure-mybatis-starter/
implementation ("cn.structured:structure-mybatis-starter:1.1.0.RELEASE")
'cn.structured:structure-mybatis-starter:jar:1.1.0.RELEASE'
<dependency org="cn.structured" name="structure-mybatis-starter" rev="1.1.0.RELEASE">
  <artifact name="structure-mybatis-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.structured', module='structure-mybatis-starter', version='1.1.0.RELEASE')
)
libraryDependencies += "cn.structured" % "structure-mybatis-starter" % "1.1.0.RELEASE"
[cn.structured/structure-mybatis-starter "1.1.0.RELEASE"]