Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
---|---|
GroupId | GroupIdorg.linuxprobe |
ArtifactId | ArtifactIdmybatis-universal-crud-spring-boot-starter |
Version | Version2.3.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.linuxprobe/mybatis-universal-crud-spring-boot-starter/ -->
<dependency>
<groupId>org.linuxprobe</groupId>
<artifactId>mybatis-universal-crud-spring-boot-starter</artifactId>
<version>2.3.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.linuxprobe/mybatis-universal-crud-spring-boot-starter/
implementation 'org.linuxprobe:mybatis-universal-crud-spring-boot-starter:2.3.0.RELEASE'
// https://jarcasting.com/artifacts/org.linuxprobe/mybatis-universal-crud-spring-boot-starter/
implementation ("org.linuxprobe:mybatis-universal-crud-spring-boot-starter:2.3.0.RELEASE")
'org.linuxprobe:mybatis-universal-crud-spring-boot-starter:jar:2.3.0.RELEASE'
<dependency org="org.linuxprobe" name="mybatis-universal-crud-spring-boot-starter" rev="2.3.0.RELEASE">
<artifact name="mybatis-universal-crud-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.linuxprobe', module='mybatis-universal-crud-spring-boot-starter', version='2.3.0.RELEASE')
)
libraryDependencies += "org.linuxprobe" % "mybatis-universal-crud-spring-boot-starter" % "2.3.0.RELEASE"
[org.linuxprobe/mybatis-universal-crud-spring-boot-starter "2.3.0.RELEASE"]