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