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