is not current version
Last Version 3.3

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

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

1.5
Type

Type

jar

Download sticky-scheduled-api 1.5


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