Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdio.github.heykb |
ArtifactId | ArtifactIdmybatis-sqlHelper |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
mybatis-sqlHelper-1.1.1.pom | |
mybatis-sqlHelper-1.1.1.jar | 40 KB |
mybatis-sqlHelper-1.1.1-sources.jar | 25 KB |
mybatis-sqlHelper-1.1.1-javadoc.jar | 204 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.heykb/mybatis-sqlHelper/ -->
<dependency>
<groupId>io.github.heykb</groupId>
<artifactId>mybatis-sqlHelper</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.heykb/mybatis-sqlHelper/
implementation 'io.github.heykb:mybatis-sqlHelper:1.1.1'
// https://jarcasting.com/artifacts/io.github.heykb/mybatis-sqlHelper/
implementation ("io.github.heykb:mybatis-sqlHelper:1.1.1")
'io.github.heykb:mybatis-sqlHelper:jar:1.1.1'
<dependency org="io.github.heykb" name="mybatis-sqlHelper" rev="1.1.1">
<artifact name="mybatis-sqlHelper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.heykb', module='mybatis-sqlHelper', version='1.1.1')
)
libraryDependencies += "io.github.heykb" % "mybatis-sqlHelper" % "1.1.1"
[io.github.heykb/mybatis-sqlHelper "1.1.1"]