| GroupId | GroupIdorg.springframework | 
|---|---|
| ArtifactId | ArtifactIdspring-tx | 
| Version | Version4.1.1.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| spring-tx-4.1.1.RELEASE.pom | |
| spring-tx-4.1.1.RELEASE.jar | 246 KB | 
| spring-tx-4.1.1.RELEASE-sources.jar | 291 KB | 
| spring-tx-4.1.1.RELEASE-javadoc.jar | 792 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.springframework/spring-tx/ -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-tx</artifactId>
    <version>4.1.1.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework/spring-tx/
implementation 'org.springframework:spring-tx:4.1.1.RELEASE'// https://jarcasting.com/artifacts/org.springframework/spring-tx/
implementation ("org.springframework:spring-tx:4.1.1.RELEASE")'org.springframework:spring-tx:jar:4.1.1.RELEASE'<dependency org="org.springframework" name="spring-tx" rev="4.1.1.RELEASE">
  <artifact name="spring-tx" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework', module='spring-tx', version='4.1.1.RELEASE')
)libraryDependencies += "org.springframework" % "spring-tx" % "4.1.1.RELEASE"[org.springframework/spring-tx "4.1.1.RELEASE"]