is not current version
Last Version 1.0.11

com.efeichong:fastjpa 1.0.10

基于jpa封装的,便于对数据库做增删改查操作的orm工具

GroupId

GroupId

com.efeichong
ArtifactId

ArtifactId

fastjpa
Version

Version

1.0.10
Type

Type

pom

Download fastjpa 1.0.10

Filename Size
fastjpa-1.0.10.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/com.efeichong/fastjpa/ -->
<dependency>
    <groupId>com.efeichong</groupId>
    <artifactId>fastjpa</artifactId>
    <version>1.0.10</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.efeichong/fastjpa/
implementation 'com.efeichong:fastjpa:1.0.10'
// https://jarcasting.com/artifacts/com.efeichong/fastjpa/
implementation ("com.efeichong:fastjpa:1.0.10")
'com.efeichong:fastjpa:pom:1.0.10'
<dependency org="com.efeichong" name="fastjpa" rev="1.0.10">
  <artifact name="fastjpa" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.efeichong', module='fastjpa', version='1.0.10')
)
libraryDependencies += "com.efeichong" % "fastjpa" % "1.0.10"
[com.efeichong/fastjpa "1.0.10"]