Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.manbang |
ArtifactId | ArtifactIdebatis-spring-boot |
Version | Version5.4.2.1.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
ebatis-spring-boot-5.4.2.1.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>5.4.2.1.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.manbang/ebatis-spring-boot/
implementation 'io.manbang:ebatis-spring-boot:5.4.2.1.RELEASE'
// https://jarcasting.com/artifacts/io.manbang/ebatis-spring-boot/
implementation ("io.manbang:ebatis-spring-boot:5.4.2.1.RELEASE")
'io.manbang:ebatis-spring-boot:pom:5.4.2.1.RELEASE'
<dependency org="io.manbang" name="ebatis-spring-boot" rev="5.4.2.1.RELEASE">
<artifact name="ebatis-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.manbang', module='ebatis-spring-boot', version='5.4.2.1.RELEASE')
)
libraryDependencies += "io.manbang" % "ebatis-spring-boot" % "5.4.2.1.RELEASE"
[io.manbang/ebatis-spring-boot "5.4.2.1.RELEASE"]