License |
License |
---|---|
GroupId | GroupIdcom.efeichong |
ArtifactId | ArtifactIdfastjpa |
Last Version | Last Version1.0.11 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionfastjpa
基于jpa封装的,便于对数据库做增删改查操作的orm工具
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fastjpa-1.0.11.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.efeichong/fastjpa/ -->
<dependency>
<groupId>com.efeichong</groupId>
<artifactId>fastjpa</artifactId>
<version>1.0.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.efeichong/fastjpa/
implementation 'com.efeichong:fastjpa:1.0.11'
// https://jarcasting.com/artifacts/com.efeichong/fastjpa/
implementation ("com.efeichong:fastjpa:1.0.11")
'com.efeichong:fastjpa:pom:1.0.11'
<dependency org="com.efeichong" name="fastjpa" rev="1.0.11">
<artifact name="fastjpa" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.efeichong', module='fastjpa', version='1.0.11')
)
libraryDependencies += "com.efeichong" % "fastjpa" % "1.0.11"
[com.efeichong/fastjpa "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 |