Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.dreamroute |
ArtifactId | ArtifactIdmybatis-pro-base |
Version | Version1.6.0 |
Type | Typejar |
Filename | Size |
---|---|
mybatis-pro-base-1.6.0.pom | |
mybatis-pro-base-1.6.0.jar | 17 KB |
mybatis-pro-base-1.6.0-sources.jar | 15 KB |
mybatis-pro-base-1.6.0-javadoc.jar | 101 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.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dreamroute/mybatis-pro-base/
implementation 'com.github.dreamroute:mybatis-pro-base:1.6.0'
// https://jarcasting.com/artifacts/com.github.dreamroute/mybatis-pro-base/
implementation ("com.github.dreamroute:mybatis-pro-base:1.6.0")
'com.github.dreamroute:mybatis-pro-base:jar:1.6.0'
<dependency org="com.github.dreamroute" name="mybatis-pro-base" rev="1.6.0">
<artifact name="mybatis-pro-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='mybatis-pro-base', version='1.6.0')
)
libraryDependencies += "com.github.dreamroute" % "mybatis-pro-base" % "1.6.0"
[com.github.dreamroute/mybatis-pro-base "1.6.0"]