MVN

org.eclipse.lyo.clients : oslc-java-client

Maven & Gradle

Dec 24, 2021
3 stars

Lyo :: Client :: OSLC Wink (legacy) · Eclipse Lyo OSLC Java client based on OSLC4J and Apache Wink.

<dependency>
    <groupId>org.eclipse.lyo.clients</groupId>
    <artifactId>oslc-java-client</artifactId>
    <version>4.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.lyo.clients : oslc-java-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.0
  • Latest Release Candidate: 4.1.0.RC
  • Latest Alpha: 5.0.0.alpha1

All Versions

Choose a version of org.eclipse.lyo.clients : oslc-java-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
oslc-java-client-5.0.0.alpha1
4.1.x
oslc-java-client-4.1.0
oslc-java-client-4.1.0.RC
oslc-java-client-4.1.0.M1
oslc-java-client-4.1.0.alpha1
4.0.x
oslc-java-client-4.0.0
oslc-java-client-4.0.0.RC

How to add a dependency to Maven

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

<dependency>
    <groupId>org.eclipse.lyo.clients</groupId>
    <artifactId>oslc-java-client</artifactId>
    <version>4.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.lyo.clients : oslc-java-client gradle dependency to your build.gradle file:

implementation 'org.eclipse.lyo.clients:oslc-java-client:4.1.0'

Gradle Kotlin DSL: Add the following org.eclipse.lyo.clients : oslc-java-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.lyo.clients:oslc-java-client:4.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.lyo.clients : oslc-java-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.lyo.clients" % "oslc-java-client" % "4.1.0"

Advertisement