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