Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.lodsve.boot |
ArtifactId | ArtifactIdlodsve-boot-component-mybatis |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.lodsve.boot/lodsve-boot-component-mybatis/ -->
<dependency>
<groupId>com.lodsve.boot</groupId>
<artifactId>lodsve-boot-component-mybatis</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.lodsve.boot/lodsve-boot-component-mybatis/
implementation 'com.lodsve.boot:lodsve-boot-component-mybatis:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.lodsve.boot/lodsve-boot-component-mybatis/
implementation ("com.lodsve.boot:lodsve-boot-component-mybatis:1.0.0.RELEASE")
'com.lodsve.boot:lodsve-boot-component-mybatis:jar:1.0.0.RELEASE'
<dependency org="com.lodsve.boot" name="lodsve-boot-component-mybatis" rev="1.0.0.RELEASE">
<artifact name="lodsve-boot-component-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lodsve.boot', module='lodsve-boot-component-mybatis', version='1.0.0.RELEASE')
)
libraryDependencies += "com.lodsve.boot" % "lodsve-boot-component-mybatis" % "1.0.0.RELEASE"
[com.lodsve.boot/lodsve-boot-component-mybatis "1.0.0.RELEASE"]