Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.sgfh |
ArtifactId | ArtifactIdsmart-mybatis |
Version | Version2.0.4 |
Type | Typejar |
Filename | Size |
---|---|
smart-mybatis-2.0.4.pom | |
smart-mybatis-2.0.4.jar | 51 KB |
smart-mybatis-2.0.4-sources.jar | 29 KB |
smart-mybatis-2.0.4-javadoc.jar | 257 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sgfh/smart-mybatis/ -->
<dependency>
<groupId>com.github.sgfh</groupId>
<artifactId>smart-mybatis</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sgfh/smart-mybatis/
implementation 'com.github.sgfh:smart-mybatis:2.0.4'
// https://jarcasting.com/artifacts/com.github.sgfh/smart-mybatis/
implementation ("com.github.sgfh:smart-mybatis:2.0.4")
'com.github.sgfh:smart-mybatis:jar:2.0.4'
<dependency org="com.github.sgfh" name="smart-mybatis" rev="2.0.4">
<artifact name="smart-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sgfh', module='smart-mybatis', version='2.0.4')
)
libraryDependencies += "com.github.sgfh" % "smart-mybatis" % "2.0.4"
[com.github.sgfh/smart-mybatis "2.0.4"]