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