| License |
License |
|---|---|
| GroupId | GroupIdcom.rhcloud |
| ArtifactId | ArtifactIdtimemanager-timer |
| Last Version | Last Version1.6-RELEASE |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
<!-- https://jarcasting.com/artifacts/com.rhcloud/timemanager-timer/ -->
<dependency>
<groupId>com.rhcloud</groupId>
<artifactId>timemanager-timer</artifactId>
<version>1.6-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.rhcloud/timemanager-timer/
implementation 'com.rhcloud:timemanager-timer:1.6-RELEASE'
// https://jarcasting.com/artifacts/com.rhcloud/timemanager-timer/
implementation ("com.rhcloud:timemanager-timer:1.6-RELEASE")
'com.rhcloud:timemanager-timer:jar:1.6-RELEASE'
<dependency org="com.rhcloud" name="timemanager-timer" rev="1.6-RELEASE">
<artifact name="timemanager-timer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rhcloud', module='timemanager-timer', version='1.6-RELEASE')
)
libraryDependencies += "com.rhcloud" % "timemanager-timer" % "1.6-RELEASE"
[com.rhcloud/timemanager-timer "1.6-RELEASE"]