is not current version
Last Version 3.3

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

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.3
Type

Type

jar

Download sticky-scheduled-api 1.3


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