Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.snakerflow |
ArtifactId | ArtifactIdsnaker-mybatis |
Version | Version2.5.0 |
Type | Typejar |
Filename | Size |
---|---|
snaker-mybatis-2.5.0.pom | |
snaker-mybatis-2.5.0.jar | 8 KB |
snaker-mybatis-2.5.0-sources.jar | 5 KB |
snaker-mybatis-2.5.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.snakerflow/snaker-mybatis/ -->
<dependency>
<groupId>com.github.snakerflow</groupId>
<artifactId>snaker-mybatis</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.snakerflow/snaker-mybatis/
implementation 'com.github.snakerflow:snaker-mybatis:2.5.0'
// https://jarcasting.com/artifacts/com.github.snakerflow/snaker-mybatis/
implementation ("com.github.snakerflow:snaker-mybatis:2.5.0")
'com.github.snakerflow:snaker-mybatis:jar:2.5.0'
<dependency org="com.github.snakerflow" name="snaker-mybatis" rev="2.5.0">
<artifact name="snaker-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.snakerflow', module='snaker-mybatis', version='2.5.0')
)
libraryDependencies += "com.github.snakerflow" % "snaker-mybatis" % "2.5.0"
[com.github.snakerflow/snaker-mybatis "2.5.0"]