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