GroupId | GroupIdcom.remondis.limbus |
---|---|
ArtifactId | ArtifactIdlimbus-task-scheduler |
Version | Version2.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.remondis.limbus/limbus-task-scheduler/ -->
<dependency>
<groupId>com.remondis.limbus</groupId>
<artifactId>limbus-task-scheduler</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.remondis.limbus/limbus-task-scheduler/
implementation 'com.remondis.limbus:limbus-task-scheduler:2.0.1'
// https://jarcasting.com/artifacts/com.remondis.limbus/limbus-task-scheduler/
implementation ("com.remondis.limbus:limbus-task-scheduler:2.0.1")
'com.remondis.limbus:limbus-task-scheduler:jar:2.0.1'
<dependency org="com.remondis.limbus" name="limbus-task-scheduler" rev="2.0.1">
<artifact name="limbus-task-scheduler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.remondis.limbus', module='limbus-task-scheduler', version='2.0.1')
)
libraryDependencies += "com.remondis.limbus" % "limbus-task-scheduler" % "2.0.1"
[com.remondis.limbus/limbus-task-scheduler "2.0.1"]