| License |
License |
|---|---|
| GroupId | GroupIdorg.springframework |
| ArtifactId | ArtifactIdspring-tx |
| Last Version | Last Version5.3.21 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSpring Transaction
Spring Transaction
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| spring-tx-5.3.21.pom | |
| spring-tx-5.3.21.jar | 240 KB |
| spring-tx-5.3.21-sources.jar | 272 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-tx/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>5.3.21</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-tx/
implementation 'org.springframework:spring-tx:5.3.21'
// https://jarcasting.com/artifacts/org.springframework/spring-tx/
implementation ("org.springframework:spring-tx:5.3.21")
'org.springframework:spring-tx:jar:5.3.21'
<dependency org="org.springframework" name="spring-tx" rev="5.3.21">
<artifact name="spring-tx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-tx', version='5.3.21')
)
libraryDependencies += "org.springframework" % "spring-tx" % "5.3.21"
[org.springframework/spring-tx "5.3.21"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-beans | jar | 5.3.21 |
| org.springframework : spring-core | jar | 5.3.21 |