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