| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdtech.wetech.mybatis |
| ArtifactId | ArtifactIdmybatis-ext-core |
| Last Version | Last Version1.6.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMybatis Extensions Parent.
|
| Filename | Size |
|---|---|
| mybatis-ext-core-1.6.7.pom | |
| mybatis-ext-core-1.6.7.jar | 87 KB |
| mybatis-ext-core-1.6.7-sources.jar | 47 KB |
| mybatis-ext-core-1.6.7-javadoc.jar | 350 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/tech.wetech.mybatis/mybatis-ext-core/ -->
<dependency>
<groupId>tech.wetech.mybatis</groupId>
<artifactId>mybatis-ext-core</artifactId>
<version>1.6.7</version>
</dependency>
// https://jarcasting.com/artifacts/tech.wetech.mybatis/mybatis-ext-core/
implementation 'tech.wetech.mybatis:mybatis-ext-core:1.6.7'
// https://jarcasting.com/artifacts/tech.wetech.mybatis/mybatis-ext-core/
implementation ("tech.wetech.mybatis:mybatis-ext-core:1.6.7")
'tech.wetech.mybatis:mybatis-ext-core:jar:1.6.7'
<dependency org="tech.wetech.mybatis" name="mybatis-ext-core" rev="1.6.7">
<artifact name="mybatis-ext-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.wetech.mybatis', module='mybatis-ext-core', version='1.6.7')
)
libraryDependencies += "tech.wetech.mybatis" % "mybatis-ext-core" % "1.6.7"
[tech.wetech.mybatis/mybatis-ext-core "1.6.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mybatis : mybatis | jar | 3.5.9 |
| javax.persistence : javax.persistence-api | jar | 2.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.6.1 |
| org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
| org.apache.derby : derby | jar | 10.14.2.0 |
| junit : junit | jar | 4.13.1 |
| mysql : mysql-connector-java | jar | 8.0.16 |