License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdorg.ujoframework |
ArtifactId | ArtifactIdujo-orm-spring |
Last Version | Last Version1.22 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionujo-orm-spring
Quick ORM implementation based on the UJO objects.
|
Project URL |
Project URL |
Filename | Size |
---|---|
ujo-orm-spring-1.22.pom | |
ujo-orm-spring-1.22.pom.sh1 | 43 bytes |
ujo-orm-spring-1.22-sources.jar.sh1 | 43 bytes |
ujo-orm-spring-1.22-sources.jar | 9 KB |
ujo-orm-spring-1.22-javadoc.jar.sh1 | 43 bytes |
ujo-orm-spring-1.22-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ujoframework/ujo-orm-spring/ -->
<dependency>
<groupId>org.ujoframework</groupId>
<artifactId>ujo-orm-spring</artifactId>
<version>1.22</version>
</dependency>
// https://jarcasting.com/artifacts/org.ujoframework/ujo-orm-spring/
implementation 'org.ujoframework:ujo-orm-spring:1.22'
// https://jarcasting.com/artifacts/org.ujoframework/ujo-orm-spring/
implementation ("org.ujoframework:ujo-orm-spring:1.22")
'org.ujoframework:ujo-orm-spring:jar:1.22'
<dependency org="org.ujoframework" name="ujo-orm-spring" rev="1.22">
<artifact name="ujo-orm-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ujoframework', module='ujo-orm-spring', version='1.22')
)
libraryDependencies += "org.ujoframework" % "ujo-orm-spring" % "1.22"
[org.ujoframework/ujo-orm-spring "1.22"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar | 2.5.6 |
org.springframework : spring-orm | jar | 2.5.6 |
org.springframework : spring-web | jar | 2.5.6 |
org.springframework : spring-webmvc | jar | 2.5.6 |
aspectj : aspectjweaver | jar | 1.5.4 |
org.ujoframework : ujo-orm | jar | 1.22 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.4 |
javax.servlet : jsp-api | jar | 2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |