Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.dreamroute |
ArtifactId | ArtifactIdmybatis-pro-base |
Version | Version1.3.6 |
Type | Typejar |
Filename | Size |
---|---|
mybatis-pro-base-1.3.6.pom | |
mybatis-pro-base-1.3.6.jar | 9 KB |
mybatis-pro-base-1.3.6-sources.jar | 8 KB |
mybatis-pro-base-1.3.6-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dreamroute/mybatis-pro-base/ -->
<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>mybatis-pro-base</artifactId>
<version>1.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dreamroute/mybatis-pro-base/
implementation 'com.github.dreamroute:mybatis-pro-base:1.3.6'
// https://jarcasting.com/artifacts/com.github.dreamroute/mybatis-pro-base/
implementation ("com.github.dreamroute:mybatis-pro-base:1.3.6")
'com.github.dreamroute:mybatis-pro-base:jar:1.3.6'
<dependency org="com.github.dreamroute" name="mybatis-pro-base" rev="1.3.6">
<artifact name="mybatis-pro-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='mybatis-pro-base', version='1.3.6')
)
libraryDependencies += "com.github.dreamroute" % "mybatis-pro-base" % "1.3.6"
[com.github.dreamroute/mybatis-pro-base "1.3.6"]