is not current version
Last Version 1.7.3

com.edbplus:spring-jf-edb 1.5.RELEASE

EDB is a database operation tool extension based on jfinal, an open source project, so that jfinal can better execute in spring transactions

GroupId

GroupId

com.edbplus
ArtifactId

ArtifactId

spring-jf-edb
Version

Version

1.5.RELEASE
Type

Type

jar

Download spring-jf-edb 1.5.RELEASE


<!-- https://jarcasting.com/artifacts/com.edbplus/spring-jf-edb/ -->
<dependency>
    <groupId>com.edbplus</groupId>
    <artifactId>spring-jf-edb</artifactId>
    <version>1.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.edbplus/spring-jf-edb/
implementation 'com.edbplus:spring-jf-edb:1.5.RELEASE'
// https://jarcasting.com/artifacts/com.edbplus/spring-jf-edb/
implementation ("com.edbplus:spring-jf-edb:1.5.RELEASE")
'com.edbplus:spring-jf-edb:jar:1.5.RELEASE'
<dependency org="com.edbplus" name="spring-jf-edb" rev="1.5.RELEASE">
  <artifact name="spring-jf-edb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.edbplus', module='spring-jf-edb', version='1.5.RELEASE')
)
libraryDependencies += "com.edbplus" % "spring-jf-edb" % "1.5.RELEASE"
[com.edbplus/spring-jf-edb "1.5.RELEASE"]