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