Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.huangzhouhong |
ArtifactId | ArtifactIdmybatis |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
mybatis-0.0.1.pom | |
mybatis-0.0.1.jar | 2 MB |
mybatis-0.0.1-sources.jar | 831 KB |
mybatis-0.0.1-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.huangzhouhong/mybatis/ -->
<dependency>
<groupId>com.github.huangzhouhong</groupId>
<artifactId>mybatis</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.huangzhouhong/mybatis/
implementation 'com.github.huangzhouhong:mybatis:0.0.1'
// https://jarcasting.com/artifacts/com.github.huangzhouhong/mybatis/
implementation ("com.github.huangzhouhong:mybatis:0.0.1")
'com.github.huangzhouhong:mybatis:jar:0.0.1'
<dependency org="com.github.huangzhouhong" name="mybatis" rev="0.0.1">
<artifact name="mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.huangzhouhong', module='mybatis', version='0.0.1')
)
libraryDependencies += "com.github.huangzhouhong" % "mybatis" % "0.0.1"
[com.github.huangzhouhong/mybatis "0.0.1"]