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