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