is not current version
Last Version 3.3

net.stickycode.scheduled:sticky-scheduled-api 2.4

Taking the configuration out of applications, using the same principles that underly dependency injection

Categories

Categories

Net
GroupId

GroupId

net.stickycode.scheduled
ArtifactId

ArtifactId

sticky-scheduled-api
Version

Version

2.4
Type

Type

jar

Download sticky-scheduled-api 2.4


<!-- https://jarcasting.com/artifacts/net.stickycode.scheduled/sticky-scheduled-api/ -->
<dependency>
    <groupId>net.stickycode.scheduled</groupId>
    <artifactId>sticky-scheduled-api</artifactId>
    <version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.stickycode.scheduled/sticky-scheduled-api/
implementation 'net.stickycode.scheduled:sticky-scheduled-api:2.4'
// https://jarcasting.com/artifacts/net.stickycode.scheduled/sticky-scheduled-api/
implementation ("net.stickycode.scheduled:sticky-scheduled-api:2.4")
'net.stickycode.scheduled:sticky-scheduled-api:jar:2.4'
<dependency org="net.stickycode.scheduled" name="sticky-scheduled-api" rev="2.4">
  <artifact name="sticky-scheduled-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.stickycode.scheduled', module='sticky-scheduled-api', version='2.4')
)
libraryDependencies += "net.stickycode.scheduled" % "sticky-scheduled-api" % "2.4"
[net.stickycode.scheduled/sticky-scheduled-api "2.4"]