MVN

org.ujoframework : ujo-core

Maven & Gradle

Feb 02, 2016
1 usages

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.

<dependency>
    <groupId>org.ujoframework</groupId>
    <artifactId>ujo-core</artifactId>
    <version>0.92</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ujoframework : ujo-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.92

All Versions

Choose a version of org.ujoframework : ujo-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.22
ujo-core-1.22
1.21
ujo-core-1.21
1.20
ujo-core-1.20
1.10
ujo-core-1.10
1.00
ujo-core-1.00
0.94
ujo-core-0.94
0.93
ujo-core-0.93
0.92
ujo-core-0.92
0.91
ujo-core-0.91
0.90
ujo-core-0.90
0.85.x
ujo-core-0.85.00

How to add a dependency to Maven

Add the following org.ujoframework : ujo-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ujoframework</groupId>
    <artifactId>ujo-core</artifactId>
    <version>0.92</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ujoframework : ujo-core gradle dependency to your build.gradle file:

implementation 'org.ujoframework:ujo-core:0.92'

Gradle Kotlin DSL: Add the following org.ujoframework : ujo-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ujoframework:ujo-core:0.92")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ujoframework : ujo-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ujoframework" % "ujo-core" % "0.92"