| License |
License |
|---|---|
| GroupId | GroupIdcom.github.lightbatis |
| ArtifactId | ArtifactIdlightbatis-core |
| Last Version | Last Version1.1.14 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionlightbatis 核心工程包
通用数据访问构架
|
| Filename | Size |
|---|---|
| lightbatis-core-1.1.14.pom | |
| lightbatis-core-1.1.14.jar | 171 KB |
| lightbatis-core-1.1.14-sources.jar | 105 KB |
| lightbatis-core-1.1.14-javadoc.jar | 508 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.lightbatis/lightbatis-core/ -->
<dependency>
<groupId>com.github.lightbatis</groupId>
<artifactId>lightbatis-core</artifactId>
<version>1.1.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lightbatis/lightbatis-core/
implementation 'com.github.lightbatis:lightbatis-core:1.1.14'
// https://jarcasting.com/artifacts/com.github.lightbatis/lightbatis-core/
implementation ("com.github.lightbatis:lightbatis-core:1.1.14")
'com.github.lightbatis:lightbatis-core:jar:1.1.14'
<dependency org="com.github.lightbatis" name="lightbatis-core" rev="1.1.14">
<artifact name="lightbatis-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lightbatis', module='lightbatis-core', version='1.1.14')
)
libraryDependencies += "com.github.lightbatis" % "lightbatis-core" % "1.1.14"
[com.github.lightbatis/lightbatis-core "1.1.14"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.4.4 |
| org.springframework : spring-context | jar | |
| javax.persistence : persistence-api | jar | 1.0.2 |
| com.alibaba : druid | jar | 1.2.6 |
| org.mybatis : mybatis | jar | 3.4.6 |
| org.mybatis : mybatis-spring | jar | 1.3.2 |
| org.apache.commons : commons-lang3 | jar | 3.11 |
| org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 1.2.0 |
| com.querydsl : querydsl-sql | jar | 4.2.1 |
| com.querydsl : querydsl-sql-codegen | jar | 4.2.1 |
| com.github.spullara.mustache.java : compiler | jar | 0.9.6 |
| com.github.jknack : handlebars | jar | 4.1.2 |
| org.projectlombok : lombok | jar | 1.18.18 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.springfox : springfox-swagger2 | jar | 2.9.2 |
| com.github.xiaoymin : swagger-bootstrap-ui | jar | 1.9.3 |
| org.codehaus.mojo : versions-maven-plugin | jar | 2.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.postgresql : postgresql | jar | 42.2.19 |