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