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