MVN

org.eclipse.lyo.server : oslc-ui-model

Maven & Gradle

Jun 29, 2023
3 stars

Lyo :: Server:: OSLC UI model classes

<dependency>
    <groupId>org.eclipse.lyo.server</groupId>
    <artifactId>oslc-ui-model</artifactId>
    <version>5.1.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.lyo.server : oslc-ui-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.1.Final
  • Latest Release Candidate: 4.1.0.RC
  • Latest Alpha: 5.1.0-alpha

All Versions

Choose a version of org.eclipse.lyo.server : oslc-ui-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
oslc-ui-model-5.1.1.Final
oslc-ui-model-5.1.0-alpha
5.0.x
oslc-ui-model-5.0.1.CR
oslc-ui-model-5.0.0.Final
oslc-ui-model-5.0.0.CR
oslc-ui-model-5.0.0.alpha4
oslc-ui-model-5.0.0.alpha3
oslc-ui-model-5.0.0.alpha2
oslc-ui-model-5.0.0.alpha1
4.1.x
oslc-ui-model-4.1.0
oslc-ui-model-4.1.0.RC
oslc-ui-model-4.1.0.M1
oslc-ui-model-4.1.0.alpha1

How to add a dependency to Maven

Add the following org.eclipse.lyo.server : oslc-ui-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.lyo.server</groupId>
    <artifactId>oslc-ui-model</artifactId>
    <version>5.1.1.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.lyo.server : oslc-ui-model gradle dependency to your build.gradle file:

implementation 'org.eclipse.lyo.server:oslc-ui-model:5.1.1.Final'

Gradle Kotlin DSL: Add the following org.eclipse.lyo.server : oslc-ui-model gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.lyo.server:oslc-ui-model:5.1.1.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.lyo.server : oslc-ui-model sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.lyo.server" % "oslc-ui-model" % "5.1.1.Final"