| GroupId | GroupIdcom.rhcloud |
|---|---|
| ArtifactId | ArtifactIdtimemanager-desktop |
| Version | Version1.5-RELEASE |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.rhcloud/timemanager-desktop/ -->
<dependency>
<groupId>com.rhcloud</groupId>
<artifactId>timemanager-desktop</artifactId>
<version>1.5-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.rhcloud/timemanager-desktop/
implementation 'com.rhcloud:timemanager-desktop:1.5-RELEASE'
// https://jarcasting.com/artifacts/com.rhcloud/timemanager-desktop/
implementation ("com.rhcloud:timemanager-desktop:1.5-RELEASE")
'com.rhcloud:timemanager-desktop:jar:1.5-RELEASE'
<dependency org="com.rhcloud" name="timemanager-desktop" rev="1.5-RELEASE">
<artifact name="timemanager-desktop" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rhcloud', module='timemanager-desktop', version='1.5-RELEASE')
)
libraryDependencies += "com.rhcloud" % "timemanager-desktop" % "1.5-RELEASE"
[com.rhcloud/timemanager-desktop "1.5-RELEASE"]