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