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