Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.lyo.trs |
ArtifactId | ArtifactIdtrs-client |
Version | Version4.0.0.RC |
Type | Typejar |
Filename | Size |
---|---|
trs-client-4.0.0.RC.pom | |
trs-client-4.0.0.RC.jar | 43 KB |
trs-client-4.0.0.RC-sources.jar | 33 KB |
trs-client-4.0.0.RC-javadoc.jar | 172 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.lyo.trs/trs-client/ -->
<dependency>
<groupId>org.eclipse.lyo.trs</groupId>
<artifactId>trs-client</artifactId>
<version>4.0.0.RC</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.lyo.trs/trs-client/
implementation 'org.eclipse.lyo.trs:trs-client:4.0.0.RC'
// https://jarcasting.com/artifacts/org.eclipse.lyo.trs/trs-client/
implementation ("org.eclipse.lyo.trs:trs-client:4.0.0.RC")
'org.eclipse.lyo.trs:trs-client:jar:4.0.0.RC'
<dependency org="org.eclipse.lyo.trs" name="trs-client" rev="4.0.0.RC">
<artifact name="trs-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.lyo.trs', module='trs-client', version='4.0.0.RC')
)
libraryDependencies += "org.eclipse.lyo.trs" % "trs-client" % "4.0.0.RC"
[org.eclipse.lyo.trs/trs-client "4.0.0.RC"]