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