License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.willtong |
ArtifactId | ArtifactIdmybatis-helper |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.willtong:mybatis-helper
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mybatis-helper-1.1.1.pom | |
mybatis-helper-1.1.1.jar | 14 KB |
mybatis-helper-1.1.1-sources.jar | 7 KB |
mybatis-helper-1.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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.willtong/mybatis-helper/
implementation 'com.github.willtong:mybatis-helper:1.1.1'
// https://jarcasting.com/artifacts/com.github.willtong/mybatis-helper/
implementation ("com.github.willtong:mybatis-helper:1.1.1")
'com.github.willtong:mybatis-helper:jar:1.1.1'
<dependency org="com.github.willtong" name="mybatis-helper" rev="1.1.1">
<artifact name="mybatis-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.willtong', module='mybatis-helper', version='1.1.1')
)
libraryDependencies += "com.github.willtong" % "mybatis-helper" % "1.1.1"
[com.github.willtong/mybatis-helper "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.4.2 |