is not current version
Last Version 5.0.0.Final

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

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.CR
Type

Type

pom

Download lyo-parent 5.0.0.CR

Filename Size
lyo-parent-5.0.0.CR.pom 21 KB
Browse

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