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