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