is not current version
Last Version 2.3

net.stickycode.scheduled:sticky-scheduled-spring30 1.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-spring30
Version

Version

1.4
Type

Type

jar

Download sticky-scheduled-spring30 1.4


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