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