is not current version
Last Version 0.1.2-RELEASE

com.github.gdouyang:mybatis-querymethods 0.1.0-RELEASE


Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.gdouyang
ArtifactId

ArtifactId

mybatis-querymethods
Version

Version

0.1.0-RELEASE
Type

Type

jar

Download mybatis-querymethods 0.1.0-RELEASE


<!-- https://jarcasting.com/artifacts/com.github.gdouyang/mybatis-querymethods/ -->
<dependency>
    <groupId>com.github.gdouyang</groupId>
    <artifactId>mybatis-querymethods</artifactId>
    <version>0.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gdouyang/mybatis-querymethods/
implementation 'com.github.gdouyang:mybatis-querymethods:0.1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.gdouyang/mybatis-querymethods/
implementation ("com.github.gdouyang:mybatis-querymethods:0.1.0-RELEASE")
'com.github.gdouyang:mybatis-querymethods:jar:0.1.0-RELEASE'
<dependency org="com.github.gdouyang" name="mybatis-querymethods" rev="0.1.0-RELEASE">
  <artifact name="mybatis-querymethods" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gdouyang', module='mybatis-querymethods', version='0.1.0-RELEASE')
)
libraryDependencies += "com.github.gdouyang" % "mybatis-querymethods" % "0.1.0-RELEASE"
[com.github.gdouyang/mybatis-querymethods "0.1.0-RELEASE"]