Categories |
CategoriesQuartz Application Layer Libs Job Scheduling |
---|---|
GroupId | GroupIdde.chandre.admin-tools |
ArtifactId | ArtifactIdadmin-tools-quartz |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
admin-tools-quartz-1.0.1.pom | |
admin-tools-quartz-1.0.1.jar | 44 KB |
admin-tools-quartz-1.0.1-sources.jar | 32 KB |
admin-tools-quartz-1.0.1-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.chandre.admin-tools/admin-tools-quartz/ -->
<dependency>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools-quartz</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.chandre.admin-tools/admin-tools-quartz/
implementation 'de.chandre.admin-tools:admin-tools-quartz:1.0.1'
// https://jarcasting.com/artifacts/de.chandre.admin-tools/admin-tools-quartz/
implementation ("de.chandre.admin-tools:admin-tools-quartz:1.0.1")
'de.chandre.admin-tools:admin-tools-quartz:jar:1.0.1'
<dependency org="de.chandre.admin-tools" name="admin-tools-quartz" rev="1.0.1">
<artifact name="admin-tools-quartz" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.chandre.admin-tools', module='admin-tools-quartz', version='1.0.1')
)
libraryDependencies += "de.chandre.admin-tools" % "admin-tools-quartz" % "1.0.1"
[de.chandre.admin-tools/admin-tools-quartz "1.0.1"]