GroupId | GroupIdio.manbang |
---|---|
ArtifactId | ArtifactIdebatis-spring |
Version | Version5.4.2.2.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.manbang/ebatis-spring/ -->
<dependency>
<groupId>io.manbang</groupId>
<artifactId>ebatis-spring</artifactId>
<version>5.4.2.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.manbang/ebatis-spring/
implementation 'io.manbang:ebatis-spring:5.4.2.2.RELEASE'
// https://jarcasting.com/artifacts/io.manbang/ebatis-spring/
implementation ("io.manbang:ebatis-spring:5.4.2.2.RELEASE")
'io.manbang:ebatis-spring:jar:5.4.2.2.RELEASE'
<dependency org="io.manbang" name="ebatis-spring" rev="5.4.2.2.RELEASE">
<artifact name="ebatis-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.manbang', module='ebatis-spring', version='5.4.2.2.RELEASE')
)
libraryDependencies += "io.manbang" % "ebatis-spring" % "5.4.2.2.RELEASE"
[io.manbang/ebatis-spring "5.4.2.2.RELEASE"]