| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdtk.mybatis |
| ArtifactId | ArtifactIdmapper-all-dependencies |
| Version | Version4.2.1 |
| Type | Typejar |
| Description |
Descriptiondependencies
Mybatis 通用 Mapper Jar 集成
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| mapper-all-dependencies-4.2.1.pom | |
| mapper-all-dependencies-4.2.1.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/tk.mybatis/mapper-all-dependencies/ -->
<dependency>
<groupId>tk.mybatis</groupId>
<artifactId>mapper-all-dependencies</artifactId>
<version>4.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/tk.mybatis/mapper-all-dependencies/
implementation 'tk.mybatis:mapper-all-dependencies:4.2.1'
// https://jarcasting.com/artifacts/tk.mybatis/mapper-all-dependencies/
implementation ("tk.mybatis:mapper-all-dependencies:4.2.1")
'tk.mybatis:mapper-all-dependencies:jar:4.2.1'
<dependency org="tk.mybatis" name="mapper-all-dependencies" rev="4.2.1">
<artifact name="mapper-all-dependencies" type="jar" />
</dependency>
@Grapes(
@Grab(group='tk.mybatis', module='mapper-all-dependencies', version='4.2.1')
)
libraryDependencies += "tk.mybatis" % "mapper-all-dependencies" % "4.2.1"
[tk.mybatis/mapper-all-dependencies "4.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| tk.mybatis : mapper-core | jar | 4.2.1 |
| tk.mybatis : mapper-base | jar | 4.2.1 |
| tk.mybatis : mapper-extra | jar | 4.2.1 |
| tk.mybatis : mapper-spring | jar | 4.2.1 |
| tk.mybatis : mapper-weekend | jar | 4.2.1 |
| tk.mybatis : mapper-generator | jar | 4.2.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| log4j : log4j | jar | 1.2.17 |
| org.hsqldb : hsqldb | jar | 2.2.9 |