MVN

org.eclipse.lyo.oslc4j.core : oslc4j-registry

Maven & Gradle

Dec 04, 2021
9 stars

Lyo :: Misc :: Registry · Eclipse Lyo OSLC4J registry application for OSLC providers.

<dependency>
    <groupId>org.eclipse.lyo.oslc4j.core</groupId>
    <artifactId>oslc4j-registry</artifactId>
    <version>4.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.lyo.oslc4j.core : oslc4j-registry to add to Maven or Gradle - Latest Versions:

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

All Versions

Choose a version of org.eclipse.lyo.oslc4j.core : oslc4j-registry to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
oslc4j-registry-4.1.0
oslc4j-registry-4.1.0.RC
oslc4j-registry-4.1.0.M1
oslc4j-registry-4.1.0.alpha1
4.0.x
oslc4j-registry-4.0.0
oslc4j-registry-4.0.0.RC

How to add a dependency to Maven

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

<dependency>
    <groupId>org.eclipse.lyo.oslc4j.core</groupId>
    <artifactId>oslc4j-registry</artifactId>
    <version>4.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.lyo.oslc4j.core : oslc4j-registry gradle dependency to your build.gradle file:

implementation 'org.eclipse.lyo.oslc4j.core:oslc4j-registry:4.1.0'

Gradle Kotlin DSL: Add the following org.eclipse.lyo.oslc4j.core : oslc4j-registry gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.lyo.oslc4j.core:oslc4j-registry:4.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.lyo.oslc4j.core : oslc4j-registry sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.lyo.oslc4j.core" % "oslc4j-registry" % "4.1.0"

Advertisement