| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesQuartz Application Layer Libs Job Scheduling | 
        
| GroupId | GroupIdcom.liferay | 
    
| ArtifactId | ArtifactIdorg.quartz | 
    
| Version | Version2.1.7.LIFERAY-PATCHED-1 | 
        
| Type | Typejar | 
    
| Description | 
            Description | 
    
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.liferay/org.quartz/ -->
<dependency>
    <groupId>com.liferay</groupId>
    <artifactId>org.quartz</artifactId>
    <version>2.1.7.LIFERAY-PATCHED-1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.liferay/org.quartz/
implementation 'com.liferay:org.quartz:2.1.7.LIFERAY-PATCHED-1'
                // https://jarcasting.com/artifacts/com.liferay/org.quartz/
implementation ("com.liferay:org.quartz:2.1.7.LIFERAY-PATCHED-1")
                'com.liferay:org.quartz:jar:2.1.7.LIFERAY-PATCHED-1'
                <dependency org="com.liferay" name="org.quartz" rev="2.1.7.LIFERAY-PATCHED-1">
  <artifact name="org.quartz" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.liferay', module='org.quartz', version='2.1.7.LIFERAY-PATCHED-1')
)
                libraryDependencies += "com.liferay" % "org.quartz" % "2.1.7.LIFERAY-PATCHED-1"
                [com.liferay/org.quartz "2.1.7.LIFERAY-PATCHED-1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.quartz-scheduler : quartz | jar | 2.1.7 |