| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesQuartz Application Layer Libs Job Scheduling | 
        
| GroupId | GroupIdorg.bithon.agent | 
    
| ArtifactId | ArtifactIdagent-plugin-quartz2 | 
    
| Version | Version1.0.0-RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionBithon - Application Risk Management Platform 
         | 
    
<!-- https://jarcasting.com/artifacts/org.bithon.agent/agent-plugin-quartz2/ -->
<dependency>
    <groupId>org.bithon.agent</groupId>
    <artifactId>agent-plugin-quartz2</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/org.bithon.agent/agent-plugin-quartz2/
implementation 'org.bithon.agent:agent-plugin-quartz2:1.0.0-RELEASE'
                // https://jarcasting.com/artifacts/org.bithon.agent/agent-plugin-quartz2/
implementation ("org.bithon.agent:agent-plugin-quartz2:1.0.0-RELEASE")
                'org.bithon.agent:agent-plugin-quartz2:jar:1.0.0-RELEASE'
                <dependency org="org.bithon.agent" name="agent-plugin-quartz2" rev="1.0.0-RELEASE">
  <artifact name="agent-plugin-quartz2" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.bithon.agent', module='agent-plugin-quartz2', version='1.0.0-RELEASE')
)
                libraryDependencies += "org.bithon.agent" % "agent-plugin-quartz2" % "1.0.0-RELEASE"
                [org.bithon.agent/agent-plugin-quartz2 "1.0.0-RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.bithon.agent : agent-core | jar | 1.0.0-RELEASE | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.quartz-scheduler : quartz | jar | 2.2.1 | 
| org.quartz-scheduler : quartz-jobs | jar | 2.2.1 |