o

org.i3xx.step.clockmongo

A mongodb backed store for the time service. To avoid dependencies to the 'org.i3xx.step/org.i3xx.step.clock' bundle, this small service is written. The clock uses the whiteboard pattern to find this service. If you need another storage - just implement 'ClockPersistenceService' and write your own one.
http://maven.apache.org
Apache License, Version 2.0
Files download
File Operation
org.i3xx.step.clockmongo-0.1.0.jar download
org.i3xx.step.clockmongo-0.1.0.pom download
org.i3xx.step.clockmongo-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.i3xx.step</groupId>
  <artifactId>org.i3xx.step.clockmongo</artifactId>
  <version>0.1.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.i3xx.step:org.i3xx.step.clockmongo:0.1.0'
Gradle Kotlin
implementation("org.i3xx.step:org.i3xx.step.clockmongo:0.1.0")
Scala SBT
libraryDependencies += "org.i3xx.step" % "org.i3xx.step.clockmongo" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.i3xx.step', module='org.i3xx.step.clockmongo', version='0.1.0')
)
Apache Ivy
<dependency org="org.i3xx.step" name="org.i3xx.step.clockmongo" rev="0.1.0" />
Leiningen
[org.i3xx.step/org.i3xx.step.clockmongo "0.1.0"]
Apache Buildr
'org.i3xx.step:org.i3xx.step.clockmongo:jar:0.1.0'