| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdcn.mybatisboost |
| ArtifactId | ArtifactIdmybatis-boost-core |
| Version | Version2.3.2 |
| Type | Typejar |
| Description |
DescriptionBoost your mybatis sql developing experience
|
| Filename | Size |
|---|---|
| mybatis-boost-core-2.3.2.pom | |
| mybatis-boost-core-2.3.2.jar | 97 KB |
| mybatis-boost-core-2.3.2-sources.jar | 48 KB |
| mybatis-boost-core-2.3.2-javadoc.jar | 397 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.mybatisboost/mybatis-boost-core/ -->
<dependency>
<groupId>cn.mybatisboost</groupId>
<artifactId>mybatis-boost-core</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.mybatisboost/mybatis-boost-core/
implementation 'cn.mybatisboost:mybatis-boost-core:2.3.2'
// https://jarcasting.com/artifacts/cn.mybatisboost/mybatis-boost-core/
implementation ("cn.mybatisboost:mybatis-boost-core:2.3.2")
'cn.mybatisboost:mybatis-boost-core:jar:2.3.2'
<dependency org="cn.mybatisboost" name="mybatis-boost-core" rev="2.3.2">
<artifact name="mybatis-boost-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.mybatisboost', module='mybatis-boost-core', version='2.3.2')
)
libraryDependencies += "cn.mybatisboost" % "mybatis-boost-core" % "2.3.2"
[cn.mybatisboost/mybatis-boost-core "2.3.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.persistence : persistence-api | jar | 1.0.2 |
| org.mybatis : mybatis Optional | jar | 3.4.6 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.apache.commons : commons-lang3 | jar | 3.7 |
| org.javassist : javassist | jar | 3.23.1-GA |
| com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.9.8 |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.9.8 |
| com.fasterxml.jackson.module : jackson-module-parameter-names | jar | 2.9.8 |