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