| License |
License |
|---|---|
| GroupId | GroupIdcom.edbplus |
| ArtifactId | ArtifactIdjfinal-spring-tx |
| Version | Version1.0 |
| Type | Typejar |
| Description |
Descriptionjfinal-spring-tx
This is a spring version of the transaction plug-in
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jfinal-spring-tx-1.0.pom | |
| jfinal-spring-tx-1.0.jar | 7 KB |
| jfinal-spring-tx-1.0-sources.jar | 5 KB |
| jfinal-spring-tx-1.0-javadoc.jar | 43 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.edbplus/jfinal-spring-tx/ -->
<dependency>
<groupId>com.edbplus</groupId>
<artifactId>jfinal-spring-tx</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.edbplus/jfinal-spring-tx/
implementation 'com.edbplus:jfinal-spring-tx:1.0'
// https://jarcasting.com/artifacts/com.edbplus/jfinal-spring-tx/
implementation ("com.edbplus:jfinal-spring-tx:1.0")
'com.edbplus:jfinal-spring-tx:jar:1.0'
<dependency org="com.edbplus" name="jfinal-spring-tx" rev="1.0">
<artifact name="jfinal-spring-tx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.edbplus', module='jfinal-spring-tx', version='1.0')
)
libraryDependencies += "com.edbplus" % "jfinal-spring-tx" % "1.0"
[com.edbplus/jfinal-spring-tx "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.jfinal : activerecord | jar | [4.9.11,) |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-tx | jar | 5.1.2.RELEASE |
| org.springframework : spring-jdbc | jar | 5.1.2.RELEASE |
| junit : junit | jar | 4.12 |
| com.alibaba : druid Optional | jar | 1.1.21_1 |
| mysql : mysql-connector-java Optional | jar | 8.0.17 |