License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdorg.ujorm |
ArtifactId | ArtifactIdujo-orm |
Version | Version2.15 |
Type | Typejar |
Description |
Descriptionujo-orm
The Ujorm is designed for rapid Java development with great performance
and a small footprint. The key features are type safe queries, relation mapping by Java code,
no entity states, and a memory overloading protection cache.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ujo-orm-2.15.pom | |
ujo-orm-2.15.jar | 224 KB |
ujo-orm-2.15-sources.jar | 212 KB |
ujo-orm-2.15-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ujorm/ujo-orm/ -->
<dependency>
<groupId>org.ujorm</groupId>
<artifactId>ujo-orm</artifactId>
<version>2.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.ujorm/ujo-orm/
implementation 'org.ujorm:ujo-orm:2.15'
// https://jarcasting.com/artifacts/org.ujorm/ujo-orm/
implementation ("org.ujorm:ujo-orm:2.15")
'org.ujorm:ujo-orm:jar:2.15'
<dependency org="org.ujorm" name="ujo-orm" rev="2.15">
<artifact name="ujo-orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ujorm', module='ujo-orm', version='2.15')
)
libraryDependencies += "org.ujorm" % "ujo-orm" % "2.15"
[org.ujorm/ujo-orm "2.15"]
Group / Artifact | Type | Version |
---|---|---|
org.ujorm : ujo-core | jar | 2.15 |
org.slf4j : slf4j-api Optional | jar | 1.4.0 |
com.google.code.findbugs : jsr305 Optional | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
javax.transaction : jta | jar | 1.1 |
org.hibernate : hibernate-core | jar | 3.3.1.GA |
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.4.196 |
org.hsqldb : hsqldb | jar | 2.4.0 |
mysql : mysql-connector-java | jar | 3.1.14 |
postgresql : postgresql | jar | 8.4-701.jdbc3 |
org.apache.derby : derby | jar | 10.5.3.0_1 |
net.sf.squirrel-sql.thirdparty-non-maven : jaybird | jar | 2.1.6 |
junit : junit | jar | 4.13.1 |