is not current version
Last Version 5.0.0.Final

org.eclipse.lyo:lyo-parent 5.0.0.alpha1

The Eclipse Lyo project is focused on providing an SDK to enable adoption of OSLC specifications. OSLC (Open Services for Lifecycle Collaboration) is an open community dedicated to reducing barriers for lifecycle tool integration. The community authors specifications for exposing lifecycle artifacts through uniform (REST) interfaces and relying on Internet and Linked Data standards.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.lyo
ArtifactId

ArtifactId

lyo-parent
Version

Version

5.0.0.alpha1
Type

Type

pom

Download lyo-parent 5.0.0.alpha1


<!-- https://jarcasting.com/artifacts/org.eclipse.lyo/lyo-parent/ -->
<dependency>
    <groupId>org.eclipse.lyo</groupId>
    <artifactId>lyo-parent</artifactId>
    <version>5.0.0.alpha1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.lyo/lyo-parent/
implementation 'org.eclipse.lyo:lyo-parent:5.0.0.alpha1'
// https://jarcasting.com/artifacts/org.eclipse.lyo/lyo-parent/
implementation ("org.eclipse.lyo:lyo-parent:5.0.0.alpha1")
'org.eclipse.lyo:lyo-parent:pom:5.0.0.alpha1'
<dependency org="org.eclipse.lyo" name="lyo-parent" rev="5.0.0.alpha1">
  <artifact name="lyo-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.lyo', module='lyo-parent', version='5.0.0.alpha1')
)
libraryDependencies += "org.eclipse.lyo" % "lyo-parent" % "5.0.0.alpha1"
[org.eclipse.lyo/lyo-parent "5.0.0.alpha1"]