License |
License |
---|---|
GroupId | GroupIdorg.springframework |
ArtifactId | ArtifactIdspring-jca |
Last Version | Last Version2.0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Framework: JCA
Spring Framework: JCA
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-jca-2.0.8.pom | |
spring-jca-2.0.8.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-jca/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jca</artifactId>
<version>2.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-jca/
implementation 'org.springframework:spring-jca:2.0.8'
// https://jarcasting.com/artifacts/org.springframework/spring-jca/
implementation ("org.springframework:spring-jca:2.0.8")
'org.springframework:spring-jca:jar:2.0.8'
<dependency org="org.springframework" name="spring-jca" rev="2.0.8">
<artifact name="spring-jca" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-jca', version='2.0.8')
)
libraryDependencies += "org.springframework" % "spring-jca" % "2.0.8"
[org.springframework/spring-jca "2.0.8"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.1 |
org.springframework : spring-beans | jar | 2.0.8 |
org.springframework : spring-core | jar | 2.0.8 |
org.springframework : spring-dao | jar | 2.0.8 |
Group / Artifact | Type | Version |
---|---|---|
javax.resource : connector-api | jar | 1.5 |