| Categories | 
                CategoriesWebLogic Container Application Servers Quartz Application Layer Libs Job Scheduling | 
        
|---|---|
| GroupId | GroupIdquartz | 
    
| ArtifactId | ArtifactIdquartz-weblogic | 
    
| Last Version | Last Version1.5.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Description | 
    
| Filename | Size | 
|---|---|
| quartz-weblogic-1.5.1.pom | |
| quartz-weblogic-1.5.1.jar | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/quartz/quartz-weblogic/ -->
<dependency>
    <groupId>quartz</groupId>
    <artifactId>quartz-weblogic</artifactId>
    <version>1.5.1</version>
</dependency>
                // https://jarcasting.com/artifacts/quartz/quartz-weblogic/
implementation 'quartz:quartz-weblogic:1.5.1'
                // https://jarcasting.com/artifacts/quartz/quartz-weblogic/
implementation ("quartz:quartz-weblogic:1.5.1")
                'quartz:quartz-weblogic:jar:1.5.1'
                <dependency org="quartz" name="quartz-weblogic" rev="1.5.1">
  <artifact name="quartz-weblogic" type="jar" />
</dependency>
                @Grapes(
@Grab(group='quartz', module='quartz-weblogic', version='1.5.1')
)
                libraryDependencies += "quartz" % "quartz-weblogic" % "1.5.1"
                [quartz/quartz-weblogic "1.5.1"]