Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.lyo.oslc4j.server |
ArtifactId | ArtifactIdlyo-server-build |
Version | Version4.0.0.RC |
Type | Typepom |
Filename | Size |
---|---|
lyo-server-build-4.0.0.RC.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.lyo.oslc4j.server/lyo-server-build/ -->
<dependency>
<groupId>org.eclipse.lyo.oslc4j.server</groupId>
<artifactId>lyo-server-build</artifactId>
<version>4.0.0.RC</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.lyo.oslc4j.server/lyo-server-build/
implementation 'org.eclipse.lyo.oslc4j.server:lyo-server-build:4.0.0.RC'
// https://jarcasting.com/artifacts/org.eclipse.lyo.oslc4j.server/lyo-server-build/
implementation ("org.eclipse.lyo.oslc4j.server:lyo-server-build:4.0.0.RC")
'org.eclipse.lyo.oslc4j.server:lyo-server-build:pom:4.0.0.RC'
<dependency org="org.eclipse.lyo.oslc4j.server" name="lyo-server-build" rev="4.0.0.RC">
<artifact name="lyo-server-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.lyo.oslc4j.server', module='lyo-server-build', version='4.0.0.RC')
)
libraryDependencies += "org.eclipse.lyo.oslc4j.server" % "lyo-server-build" % "4.0.0.RC"
[org.eclipse.lyo.oslc4j.server/lyo-server-build "4.0.0.RC"]