License |
License |
---|---|
GroupId | GroupIdorg.ujoframework |
ArtifactId | ArtifactIdujo-core |
Last Version | Last Version1.22 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionujo-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 |
Filename | Size |
---|---|
ujo-core-1.22.pom | |
ujo-core-1.22.pom.sh1 | 43 bytes |
ujo-core-1.22-sources.jar.sh1 | 43 bytes |
ujo-core-1.22-sources.jar | 200 KB |
ujo-core-1.22-javadoc.jar.sh1 | 43 bytes |
ujo-core-1.22-javadoc.jar | 639 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-core | jar | 3.3.1.GA |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |