MVN

org.i3xx.step : org.i3xx.step.clock

Maven & Gradle

Jul 06, 2015
3 usages
0 stars

NordApp OfficeBase :: clock · A timer using the crontab syntax and additional binary input to provide a resolution of one second (1000 ms / 1000 millis / 1s). The timer uses the whiteboard pattern to notify the clients. There are only a few dependencies to commons-codec, osgi and osgi-blueprint. The bundle 'org.i3xx.step/org.i3xx.step.clockmongo' provides a store for the clock configuration based on mongodb. The additional dependency is 'org.mongodb/mongo-java-driver'. The bundle 'org.i3xx.util/org.i3xx.util.whiteboard' can be used to avoid a dependency to bundles used. In other words, your bundle can use the clock but need no dependency to the bundle 'org.i3xx.step.clock'. Take a look at the description there.

<dependency>
    <groupId>org.i3xx.step</groupId>
    <artifactId>org.i3xx.step.clock</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.i3xx.step : org.i3xx.step.clock to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0

All Versions

Choose a version of org.i3xx.step : org.i3xx.step.clock to add to Maven or Gradle - All Versions:

  • Version Updated
  • org.i3xx.step.clock-0.1.0

    Jul 06, 2015

How to add a dependency to Maven

Add the following org.i3xx.step : org.i3xx.step.clock maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.i3xx.step</groupId>
    <artifactId>org.i3xx.step.clock</artifactId>
    <version>0.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.i3xx.step : org.i3xx.step.clock gradle dependency to your build.gradle file:

implementation 'org.i3xx.step:org.i3xx.step.clock:0.1.0'

Gradle Kotlin DSL: Add the following org.i3xx.step : org.i3xx.step.clock gradle kotlin dependency to your build.gradle.kts file:

implementation("org.i3xx.step:org.i3xx.step.clock:0.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.i3xx.step : org.i3xx.step.clock sbt scala dependency to your build.sbt file:

libraryDependencies += "org.i3xx.step" % "org.i3xx.step.clock" % "0.1.0"