| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdcom.gitee.sherlockholmnes |
| ArtifactId | ArtifactIdgoge-mybatis |
| Last Version | Last Version2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| goge-mybatis-2.0.pom | |
| goge-mybatis-2.0.jar | 19 KB |
| goge-mybatis-2.0-sources.jar | 11 KB |
| goge-mybatis-2.0-javadoc.jar | 85 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.sherlockholmnes/goge-mybatis/ -->
<dependency>
<groupId>com.gitee.sherlockholmnes</groupId>
<artifactId>goge-mybatis</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.sherlockholmnes/goge-mybatis/
implementation 'com.gitee.sherlockholmnes:goge-mybatis:2.0'
// https://jarcasting.com/artifacts/com.gitee.sherlockholmnes/goge-mybatis/
implementation ("com.gitee.sherlockholmnes:goge-mybatis:2.0")
'com.gitee.sherlockholmnes:goge-mybatis:jar:2.0'
<dependency org="com.gitee.sherlockholmnes" name="goge-mybatis" rev="2.0">
<artifact name="goge-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.sherlockholmnes', module='goge-mybatis', version='2.0')
)
libraryDependencies += "com.gitee.sherlockholmnes" % "goge-mybatis" % "2.0"
[com.gitee.sherlockholmnes/goge-mybatis "2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.gitee.sherlockholmnes : goge-aop | jar | 2.0 |
| mysql : mysql-connector-java | jar | 8.0.11 |
| com.alibaba : druid | jar | 1.1.10 |
| org.mybatis : mybatis | jar | 3.4.6 |
| com.github.pagehelper : pagehelper | jar | 4.1.3 |