Categories |
CategoriesNet Quartz Application Layer Libs Job Scheduling |
---|---|
GroupId | GroupIdnet.therore |
ArtifactId | ArtifactIdtherore-concurrent-quartz |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.therore/therore-concurrent-quartz/ -->
<dependency>
<groupId>net.therore</groupId>
<artifactId>therore-concurrent-quartz</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.therore/therore-concurrent-quartz/
implementation 'net.therore:therore-concurrent-quartz:1.0.0'
// https://jarcasting.com/artifacts/net.therore/therore-concurrent-quartz/
implementation ("net.therore:therore-concurrent-quartz:1.0.0")
'net.therore:therore-concurrent-quartz:jar:1.0.0'
<dependency org="net.therore" name="therore-concurrent-quartz" rev="1.0.0">
<artifact name="therore-concurrent-quartz" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.therore', module='therore-concurrent-quartz', version='1.0.0')
)
libraryDependencies += "net.therore" % "therore-concurrent-quartz" % "1.0.0"
[net.therore/therore-concurrent-quartz "1.0.0"]