License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.gdouyang |
ArtifactId | ArtifactIdmybatis-querymethods |
Last Version | Last Version0.1.2-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
<!-- https://jarcasting.com/artifacts/com.github.gdouyang/mybatis-querymethods/ -->
<dependency>
<groupId>com.github.gdouyang</groupId>
<artifactId>mybatis-querymethods</artifactId>
<version>0.1.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gdouyang/mybatis-querymethods/
implementation 'com.github.gdouyang:mybatis-querymethods:0.1.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.gdouyang/mybatis-querymethods/
implementation ("com.github.gdouyang:mybatis-querymethods:0.1.2-RELEASE")
'com.github.gdouyang:mybatis-querymethods:jar:0.1.2-RELEASE'
<dependency org="com.github.gdouyang" name="mybatis-querymethods" rev="0.1.2-RELEASE">
<artifact name="mybatis-querymethods" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gdouyang', module='mybatis-querymethods', version='0.1.2-RELEASE')
)
libraryDependencies += "com.github.gdouyang" % "mybatis-querymethods" % "0.1.2-RELEASE"
[com.github.gdouyang/mybatis-querymethods "0.1.2-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.5.4 |
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis-spring | jar | 1.3.1 |
org.springframework : spring-context | jar | 4.3.8.RELEASE |
org.springframework : spring-tx | jar | 4.3.8.RELEASE |
com.baomidou : mybatis-plus | jar | 3.3.2 |
tk.mybatis : mapper | jar | 4.1.5 |
tk.mybatis : mapper-spring | jar | 1.0.1 |
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 5.1.32 |
org.apache.commons : commons-lang3 | jar | 3.10 |
junit : junit | jar | 4.9 |