License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdorg.ujorm |
ArtifactId | ArtifactIdujo-core |
Version | Version2.16 |
Type | Typejar |
Description |
Descriptionujo-core
Ujorm-core is an open source Java small library which providing non-traditional objects
based on the key-value architecture to open up new exciting opportunities for writing efficient code.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ujo-core-2.16.pom | |
ujo-core-2.16.jar | 247 KB |
ujo-core-2.16-sources.jar | 320 KB |
ujo-core-2.16-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ujorm/ujo-core/ -->
<dependency>
<groupId>org.ujorm</groupId>
<artifactId>ujo-core</artifactId>
<version>2.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.ujorm/ujo-core/
implementation 'org.ujorm:ujo-core:2.16'
// https://jarcasting.com/artifacts/org.ujorm/ujo-core/
implementation ("org.ujorm:ujo-core:2.16")
'org.ujorm:ujo-core:jar:2.16'
<dependency org="org.ujorm" name="ujo-core" rev="2.16">
<artifact name="ujo-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ujorm', module='ujo-core', version='2.16')
)
libraryDependencies += "org.ujorm" % "ujo-core" % "2.16"
[org.ujorm/ujo-core "2.16"]
Group / Artifact | Type | Version |
---|---|---|
org.ujorm : ujo-tools | jar | |
org.jetbrains : annotations Optional | jar | 21.0.1 |
Group / Artifact | Type | Version |
---|---|---|
jakarta.xml.bind : jakarta.xml.bind-api | jar | 2.3.2 |
org.glassfish.jaxb : jaxb-runtime | jar | 2.3.2 |
org.hibernate : hibernate-core | jar | 3.3.1.GA |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | |
org.junit.vintage : junit-vintage-engine | jar |