Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdspringframework |
ArtifactId | ArtifactIdspring-orm |
Last Version | Last Version1.2.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
spring-orm-1.2.6.pom | |
spring-orm-1.2.6.jar | 175 KB |
spring-orm-1.2.6-sources.jar | 151 KB |
Browse |
<!-- https://jarcasting.com/artifacts/springframework/spring-orm/ -->
<dependency>
<groupId>springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/springframework/spring-orm/
implementation 'springframework:spring-orm:1.2.6'
// https://jarcasting.com/artifacts/springframework/spring-orm/
implementation ("springframework:spring-orm:1.2.6")
'springframework:spring-orm:jar:1.2.6'
<dependency org="springframework" name="spring-orm" rev="1.2.6">
<artifact name="spring-orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='springframework', module='spring-orm', version='1.2.6')
)
libraryDependencies += "springframework" % "spring-orm" % "1.2.6"
[springframework/spring-orm "1.2.6"]