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