| Categories |
CategoriesQuartz Application Layer Libs Job Scheduling |
|---|---|
| GroupId | GroupIdio.robe |
| ArtifactId | ArtifactIdrobe-quartz |
| Version | Version0.5.0.0-1026 |
| Type | Typejar |
| Filename | Size |
|---|---|
| robe-quartz-0.5.0.0-1026.pom | |
| robe-quartz-0.5.0.0-1026.jar | 23 KB |
| robe-quartz-0.5.0.0-1026-sources.jar | 12 KB |
| robe-quartz-0.5.0.0-1026-javadoc.jar | 134 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.robe/robe-quartz/ -->
<dependency>
<groupId>io.robe</groupId>
<artifactId>robe-quartz</artifactId>
<version>0.5.0.0-1026</version>
</dependency>
// https://jarcasting.com/artifacts/io.robe/robe-quartz/
implementation 'io.robe:robe-quartz:0.5.0.0-1026'
// https://jarcasting.com/artifacts/io.robe/robe-quartz/
implementation ("io.robe:robe-quartz:0.5.0.0-1026")
'io.robe:robe-quartz:jar:0.5.0.0-1026'
<dependency org="io.robe" name="robe-quartz" rev="0.5.0.0-1026">
<artifact name="robe-quartz" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.robe', module='robe-quartz', version='0.5.0.0-1026')
)
libraryDependencies += "io.robe" % "robe-quartz" % "0.5.0.0-1026"
[io.robe/robe-quartz "0.5.0.0-1026"]