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