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