| License |
License |
|---|---|
| GroupId | GroupIdcom.github.mryang-jia |
| ArtifactId | ArtifactIdspring-jf-edb |
| Version | Version1.0 |
| Type | Typejar |
| Description |
Descriptionedb
EDB is a database operation tool extension based on jfinal, an open source project, so that jfinal can better execute in spring transactions
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| spring-jf-edb-1.0.pom | |
| spring-jf-edb-1.0.jar | 895 KB |
| spring-jf-edb-1.0-sources.jar | 720 KB |
| spring-jf-edb-1.0-javadoc.jar | 5 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mryang-jia/spring-jf-edb/ -->
<dependency>
<groupId>com.github.mryang-jia</groupId>
<artifactId>spring-jf-edb</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mryang-jia/spring-jf-edb/
implementation 'com.github.mryang-jia:spring-jf-edb:1.0'
// https://jarcasting.com/artifacts/com.github.mryang-jia/spring-jf-edb/
implementation ("com.github.mryang-jia:spring-jf-edb:1.0")
'com.github.mryang-jia:spring-jf-edb:jar:1.0'
<dependency org="com.github.mryang-jia" name="spring-jf-edb" rev="1.0">
<artifact name="spring-jf-edb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mryang-jia', module='spring-jf-edb', version='1.0')
)
libraryDependencies += "com.github.mryang-jia" % "spring-jf-edb" % "1.0"
[com.github.mryang-jia/spring-jf-edb "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.persistence : javax.persistence-api | jar | 2.2 |
| cn.hutool : hutool-all Optional | jar | 5.4.4 |
| com.alibaba : druid Optional | jar | 1.1.21_1 |
| mysql : mysql-connector-java Optional | jar | 8.0.17 |
| org.postgresql : postgresql | jar | 42.2.11 |
| org.springframework.boot : spring-boot-starter-data-jdbc Optional | jar | 2.1.0.RELEASE |
| org.projectlombok : lombok Optional | jar | 1.18.12 |
| org.apache.lucene : lucene-core Optional | jar | 4.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| cglib : cglib-nodep | jar | 3.2.5 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.11.0 |
| org.testng : testng Optional | jar | 6.14.3 |
| com.jfinal : jetty-server | jar | 2019.3 |
| org.eclipse.jetty : jetty-jsp | jar | 9.2.26.v20180806 |
| log4j : log4j | jar | 1.2.17 |
| com.jfinal : cos | jar | 2020.4 |
| com.zaxxer : HikariCP | jar | 2.3.13 |
| com.mchange : c3p0 | jar | 0.9.5.3 |
| com.alibaba : fastjson | jar | 1.2.73 |
| net.sf.ehcache : ehcache-core | jar | 2.6.11 |
| org.freemarker : freemarker | jar | 2.3.20 |
| org.apache.velocity : velocity | jar | 1.7 |
| org.apache.velocity : velocity-tools | jar | 2.0 |
| redis.clients : jedis | jar | 2.7.2 |
| de.ruedigermoeller : fst | jar | 2.29 |
| it.sauronsoftware.cron4j : cron4j | jar | 2.2.5 |
| com.google.zxing : javase | jar | 3.2.1 |
| org.springframework : spring-webmvc | jar | 4.3.8.RELEASE |