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