| Categories | CategoriesQuartz Application Layer Libs Job Scheduling | 
|---|---|
| GroupId | GroupIdcom.soento | 
| ArtifactId | ArtifactIdsoento-quartz | 
| Version | Version1.0.7-RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.soento/soento-quartz/ -->
<dependency>
    <groupId>com.soento</groupId>
    <artifactId>soento-quartz</artifactId>
    <version>1.0.7-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.soento/soento-quartz/
implementation 'com.soento:soento-quartz:1.0.7-RELEASE'// https://jarcasting.com/artifacts/com.soento/soento-quartz/
implementation ("com.soento:soento-quartz:1.0.7-RELEASE")'com.soento:soento-quartz:jar:1.0.7-RELEASE'<dependency org="com.soento" name="soento-quartz" rev="1.0.7-RELEASE">
  <artifact name="soento-quartz" type="jar" />
</dependency>@Grapes(
@Grab(group='com.soento', module='soento-quartz', version='1.0.7-RELEASE')
)libraryDependencies += "com.soento" % "soento-quartz" % "1.0.7-RELEASE"[com.soento/soento-quartz "1.0.7-RELEASE"]