Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.manbang |
ArtifactId | ArtifactIdebatis-spring-boot |
Version | Version6.5.1.7.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
ebatis-spring-boot-6.5.1.7.RELEASE.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.manbang/ebatis-spring-boot/ -->
<dependency>
<groupId>io.manbang</groupId>
<artifactId>ebatis-spring-boot</artifactId>
<version>6.5.1.7.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.manbang/ebatis-spring-boot/
implementation 'io.manbang:ebatis-spring-boot:6.5.1.7.RELEASE'
// https://jarcasting.com/artifacts/io.manbang/ebatis-spring-boot/
implementation ("io.manbang:ebatis-spring-boot:6.5.1.7.RELEASE")
'io.manbang:ebatis-spring-boot:pom:6.5.1.7.RELEASE'
<dependency org="io.manbang" name="ebatis-spring-boot" rev="6.5.1.7.RELEASE">
<artifact name="ebatis-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.manbang', module='ebatis-spring-boot', version='6.5.1.7.RELEASE')
)
libraryDependencies += "io.manbang" % "ebatis-spring-boot" % "6.5.1.7.RELEASE"
[io.manbang/ebatis-spring-boot "6.5.1.7.RELEASE"]