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