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