Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.gdouyang |
ArtifactId | ArtifactIdmybatis-querymethods |
Version | Version0.1.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.gdouyang/mybatis-querymethods/ -->
<dependency>
<groupId>com.github.gdouyang</groupId>
<artifactId>mybatis-querymethods</artifactId>
<version>0.1.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gdouyang/mybatis-querymethods/
implementation 'com.github.gdouyang:mybatis-querymethods:0.1.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.gdouyang/mybatis-querymethods/
implementation ("com.github.gdouyang:mybatis-querymethods:0.1.1-RELEASE")
'com.github.gdouyang:mybatis-querymethods:jar:0.1.1-RELEASE'
<dependency org="com.github.gdouyang" name="mybatis-querymethods" rev="0.1.1-RELEASE">
<artifact name="mybatis-querymethods" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gdouyang', module='mybatis-querymethods', version='0.1.1-RELEASE')
)
libraryDependencies += "com.github.gdouyang" % "mybatis-querymethods" % "0.1.1-RELEASE"
[com.github.gdouyang/mybatis-querymethods "0.1.1-RELEASE"]