Categories |
CategoriesQuartz Application Layer Libs Job Scheduling |
---|---|
GroupId | GroupIdde.chandre.admin-tools |
ArtifactId | ArtifactIdadmin-tools-quartz |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
admin-tools-quartz-1.1.2.pom | |
admin-tools-quartz-1.1.2.jar | 45 KB |
admin-tools-quartz-1.1.2-sources.jar | 33 KB |
admin-tools-quartz-1.1.2-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.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.chandre.admin-tools/admin-tools-quartz/
implementation 'de.chandre.admin-tools:admin-tools-quartz:1.1.2'
// https://jarcasting.com/artifacts/de.chandre.admin-tools/admin-tools-quartz/
implementation ("de.chandre.admin-tools:admin-tools-quartz:1.1.2")
'de.chandre.admin-tools:admin-tools-quartz:jar:1.1.2'
<dependency org="de.chandre.admin-tools" name="admin-tools-quartz" rev="1.1.2">
<artifact name="admin-tools-quartz" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.chandre.admin-tools', module='admin-tools-quartz', version='1.1.2')
)
libraryDependencies += "de.chandre.admin-tools" % "admin-tools-quartz" % "1.1.2"
[de.chandre.admin-tools/admin-tools-quartz "1.1.2"]