Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdio.github.happytimor |
ArtifactId | ArtifactIdmybatis-helper-core |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
mybatis-helper-core-1.0.1.pom | |
mybatis-helper-core-1.0.1.jar | 68 KB |
mybatis-helper-core-1.0.1-sources.jar | 43 KB |
mybatis-helper-core-1.0.1-javadoc.jar | 337 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.happytimor/mybatis-helper-core/
implementation 'io.github.happytimor:mybatis-helper-core:1.0.1'
// https://jarcasting.com/artifacts/io.github.happytimor/mybatis-helper-core/
implementation ("io.github.happytimor:mybatis-helper-core:1.0.1")
'io.github.happytimor:mybatis-helper-core:jar:1.0.1'
<dependency org="io.github.happytimor" name="mybatis-helper-core" rev="1.0.1">
<artifact name="mybatis-helper-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.happytimor', module='mybatis-helper-core', version='1.0.1')
)
libraryDependencies += "io.github.happytimor" % "mybatis-helper-core" % "1.0.1"
[io.github.happytimor/mybatis-helper-core "1.0.1"]