ujo-core

Ujorm is an open source small Java library providing non-traditional object architecture different from JavaBeans, where each property has its own static object.

License

License

GroupId

GroupId

org.ujoframework
ArtifactId

ArtifactId

ujo-core
Last Version

Last Version

1.22
Release Date

Release Date

Type

Type

jar
Description

Description

ujo-core
Ujorm is an open source small Java library providing non-traditional object architecture different from JavaBeans, where each property has its own static object.
Project URL

Project URL

http://maven.apache.org

Download ujo-core

How to add to project

<!-- https://jarcasting.com/artifacts/org.ujoframework/ujo-core/ -->
<dependency>
    <groupId>org.ujoframework</groupId>
    <artifactId>ujo-core</artifactId>
    <version>1.22</version>
</dependency>
// https://jarcasting.com/artifacts/org.ujoframework/ujo-core/
implementation 'org.ujoframework:ujo-core:1.22'
// https://jarcasting.com/artifacts/org.ujoframework/ujo-core/
implementation ("org.ujoframework:ujo-core:1.22")
'org.ujoframework:ujo-core:jar:1.22'
<dependency org="org.ujoframework" name="ujo-core" rev="1.22">
  <artifact name="ujo-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ujoframework', module='ujo-core', version='1.22')
)
libraryDependencies += "org.ujoframework" % "ujo-core" % "1.22"
[org.ujoframework/ujo-core "1.22"]

Dependencies

provided (1)

Group / Artifact Type Version
org.hibernate : hibernate-core jar 3.3.1.GA

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.22
1.21
1.20
1.10
1.00
0.94
0.93
0.92
0.91
0.90
0.85.00