Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.aweo |
ArtifactId | ArtifactIdmybatis-shim |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
mybatis-shim-1.1.0.pom | |
mybatis-shim-1.1.0.jar | 135 KB |
mybatis-shim-1.1.0-sources.jar | 81 KB |
mybatis-shim-1.1.0-javadoc.jar | 557 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.aweo/mybatis-shim/ -->
<dependency>
<groupId>com.github.aweo</groupId>
<artifactId>mybatis-shim</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aweo/mybatis-shim/
implementation 'com.github.aweo:mybatis-shim:1.1.0'
// https://jarcasting.com/artifacts/com.github.aweo/mybatis-shim/
implementation ("com.github.aweo:mybatis-shim:1.1.0")
'com.github.aweo:mybatis-shim:jar:1.1.0'
<dependency org="com.github.aweo" name="mybatis-shim" rev="1.1.0">
<artifact name="mybatis-shim" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aweo', module='mybatis-shim', version='1.1.0')
)
libraryDependencies += "com.github.aweo" % "mybatis-shim" % "1.1.0"
[com.github.aweo/mybatis-shim "1.1.0"]