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