Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdio.github.forezp |
ArtifactId | ArtifactIdfast-web-mybatis |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
fast-web-mybatis-1.0.3.pom | |
fast-web-mybatis-1.0.3.jar | 6 KB |
fast-web-mybatis-1.0.3-sources.jar | 4 KB |
fast-web-mybatis-1.0.3-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.forezp/fast-web-mybatis/ -->
<dependency>
<groupId>io.github.forezp</groupId>
<artifactId>fast-web-mybatis</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.forezp/fast-web-mybatis/
implementation 'io.github.forezp:fast-web-mybatis:1.0.3'
// https://jarcasting.com/artifacts/io.github.forezp/fast-web-mybatis/
implementation ("io.github.forezp:fast-web-mybatis:1.0.3")
'io.github.forezp:fast-web-mybatis:jar:1.0.3'
<dependency org="io.github.forezp" name="fast-web-mybatis" rev="1.0.3">
<artifact name="fast-web-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.forezp', module='fast-web-mybatis', version='1.0.3')
)
libraryDependencies += "io.github.forezp" % "fast-web-mybatis" % "1.0.3"
[io.github.forezp/fast-web-mybatis "1.0.3"]