Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.lyo.oslc4j.core |
ArtifactId | ArtifactIdoslc4j-utils |
Version | Version4.1.0.RC |
Type | Typejar |
Filename | Size |
---|---|
oslc4j-utils-4.1.0.RC.pom | |
oslc4j-utils-4.1.0.RC.jar | 7 KB |
oslc4j-utils-4.1.0.RC-sources.jar | 5 KB |
oslc4j-utils-4.1.0.RC-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.lyo.oslc4j.core/oslc4j-utils/ -->
<dependency>
<groupId>org.eclipse.lyo.oslc4j.core</groupId>
<artifactId>oslc4j-utils</artifactId>
<version>4.1.0.RC</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.lyo.oslc4j.core/oslc4j-utils/
implementation 'org.eclipse.lyo.oslc4j.core:oslc4j-utils:4.1.0.RC'
// https://jarcasting.com/artifacts/org.eclipse.lyo.oslc4j.core/oslc4j-utils/
implementation ("org.eclipse.lyo.oslc4j.core:oslc4j-utils:4.1.0.RC")
'org.eclipse.lyo.oslc4j.core:oslc4j-utils:jar:4.1.0.RC'
<dependency org="org.eclipse.lyo.oslc4j.core" name="oslc4j-utils" rev="4.1.0.RC">
<artifact name="oslc4j-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.lyo.oslc4j.core', module='oslc4j-utils', version='4.1.0.RC')
)
libraryDependencies += "org.eclipse.lyo.oslc4j.core" % "oslc4j-utils" % "4.1.0.RC"
[org.eclipse.lyo.oslc4j.core/oslc4j-utils "4.1.0.RC"]