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