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