License |
License |
---|---|
Categories |
CategoriesIDE Development Tools MongoDB Data Databases |
GroupId | GroupIdio.github.nortthon |
ArtifactId | ArtifactIdsafe-scheduling-provider-mongodb |
Version | Version0.2.0 |
Type | Typejar |
Description |
Descriptionsafe-scheduling-provider-mongodb
it's a simple way to use the native Spring Framework Scheduling
into your spring-boot application keeping the tasks locked during
the executions process avoiding multiples executions.
|
<!-- https://jarcasting.com/artifacts/io.github.nortthon/safe-scheduling-provider-mongodb/ -->
<dependency>
<groupId>io.github.nortthon</groupId>
<artifactId>safe-scheduling-provider-mongodb</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.nortthon/safe-scheduling-provider-mongodb/
implementation 'io.github.nortthon:safe-scheduling-provider-mongodb:0.2.0'
// https://jarcasting.com/artifacts/io.github.nortthon/safe-scheduling-provider-mongodb/
implementation ("io.github.nortthon:safe-scheduling-provider-mongodb:0.2.0")
'io.github.nortthon:safe-scheduling-provider-mongodb:jar:0.2.0'
<dependency org="io.github.nortthon" name="safe-scheduling-provider-mongodb" rev="0.2.0">
<artifact name="safe-scheduling-provider-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.nortthon', module='safe-scheduling-provider-mongodb', version='0.2.0')
)
libraryDependencies += "io.github.nortthon" % "safe-scheduling-provider-mongodb" % "0.2.0"
[io.github.nortthon/safe-scheduling-provider-mongodb "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
io.github.nortthon : safe-scheduling-core | jar | 0.2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-data-mongodb | jar | 2.1.3.RELEASE |
org.springframework : spring-context | jar | 5.1.4.RELEASE |
org.projectlombok : lombok | jar | 1.18.4 |
Group / Artifact | Type | Version |
---|---|---|
de.flapdoodle.embed : de.flapdoodle.embed.mongo | jar | 2.1.2 |
org.springframework.boot : spring-boot-starter-test | jar | 2.1.3.RELEASE |