License |
License |
---|---|
GroupId | GroupIdcom.efeichong |
ArtifactId | ArtifactIdfast-jpa |
Last Version | Last Version1.0.11 |
Release Date | Release Date |
Type | Typejar |
Description |
Description基于jpa封装的,便于对数据库做增删改查操作的orm工具
|
Filename | Size |
---|---|
fast-jpa-1.0.11.pom | |
fast-jpa-1.0.11.jar | 111 KB |
fast-jpa-1.0.11-sources.jar | 64 KB |
fast-jpa-1.0.11-javadoc.jar | 397 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.efeichong/fast-jpa/ -->
<dependency>
<groupId>com.efeichong</groupId>
<artifactId>fast-jpa</artifactId>
<version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.efeichong/fast-jpa/
implementation 'com.efeichong:fast-jpa:1.0.11'
// https://jarcasting.com/artifacts/com.efeichong/fast-jpa/
implementation ("com.efeichong:fast-jpa:1.0.11")
'com.efeichong:fast-jpa:jar:1.0.11'
<dependency org="com.efeichong" name="fast-jpa" rev="1.0.11">
<artifact name="fast-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.efeichong', module='fast-jpa', version='1.0.11')
)
libraryDependencies += "com.efeichong" % "fast-jpa" % "1.0.11"
[com.efeichong/fast-jpa "1.0.11"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.2.5.RELEASE |
org.springframework : spring-web Optional | jar | 5.2.4.RELEASE |
org.projectlombok : lombok | jar | 1.18.22 |
org.slf4j : slf4j-api | jar | 2.0.0-alpha7 |
com.google.guava : guava | jar | 31.1-jre |
com.github.ben-manes.caffeine : caffeine | jar | 2.9.0 |
joda-time : joda-time | jar | 2.9.9 |
com.alibaba : fastjson | jar | 1.2.75 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api Optional | jar | 4.0.1 |