License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdorg.singledog |
ArtifactId | ArtifactIdmybatis-jpa-boot-starter |
Version | Version1.0-RELEASE |
Type | Typepom |
Description |
Descriptionmybatis-jpa-boot-starter
Spring Boot starter for Mybatis-Jpa
|
Filename | Size |
---|---|
mybatis-jpa-boot-starter-1.0-RELEASE.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.singledog/mybatis-jpa-boot-starter/ -->
<dependency>
<groupId>org.singledog</groupId>
<artifactId>mybatis-jpa-boot-starter</artifactId>
<version>1.0-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.singledog/mybatis-jpa-boot-starter/
implementation 'org.singledog:mybatis-jpa-boot-starter:1.0-RELEASE'
// https://jarcasting.com/artifacts/org.singledog/mybatis-jpa-boot-starter/
implementation ("org.singledog:mybatis-jpa-boot-starter:1.0-RELEASE")
'org.singledog:mybatis-jpa-boot-starter:pom:1.0-RELEASE'
<dependency org="org.singledog" name="mybatis-jpa-boot-starter" rev="1.0-RELEASE">
<artifact name="mybatis-jpa-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.singledog', module='mybatis-jpa-boot-starter', version='1.0-RELEASE')
)
libraryDependencies += "org.singledog" % "mybatis-jpa-boot-starter" % "1.0-RELEASE"
[org.singledog/mybatis-jpa-boot-starter "1.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 1.2.0 |
org.singledog : mybatis-jpa | jar | 3.4.5-RC1 |