| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdcom.github.willtong |
| ArtifactId | ArtifactIdmybatis-helper-core |
| Version | Version2.0 |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| mybatis-helper-core-2.0.pom | |
| mybatis-helper-core-2.0.jar | 13 KB |
| mybatis-helper-core-2.0-sources.jar | 7 KB |
| mybatis-helper-core-2.0-javadoc.jar | 64 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.willtong/mybatis-helper-core/ -->
<dependency>
<groupId>com.github.willtong</groupId>
<artifactId>mybatis-helper-core</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.willtong/mybatis-helper-core/
implementation 'com.github.willtong:mybatis-helper-core:2.0'
// https://jarcasting.com/artifacts/com.github.willtong/mybatis-helper-core/
implementation ("com.github.willtong:mybatis-helper-core:2.0")
'com.github.willtong:mybatis-helper-core:jar:2.0'
<dependency org="com.github.willtong" name="mybatis-helper-core" rev="2.0">
<artifact name="mybatis-helper-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.willtong', module='mybatis-helper-core', version='2.0')
)
libraryDependencies += "com.github.willtong" % "mybatis-helper-core" % "2.0"
[com.github.willtong/mybatis-helper-core "2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mybatis : mybatis | jar | 3.4.6 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| com.github.jsqlparser : jsqlparser | jar | 1.2 |