MVN

ch.bfh.due1 : time-slot

Maven & Gradle

Dec 09, 2016
1 stars

Time Slot · This is a small Java library for dealing with time slots which are built upon Java 8's new time framework ```java.time```. Useful for the treatment of recurring events. See also: http://martinfowler.com/apsupp/recurring.pdf.

<dependency>
    <groupId>ch.bfh.due1</groupId>
    <artifactId>time-slot</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.bfh.due1 : time-slot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of ch.bfh.due1 : time-slot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
time-slot-1.1

How to add a dependency to Maven

Add the following ch.bfh.due1 : time-slot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.bfh.due1</groupId>
    <artifactId>time-slot</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.bfh.due1 : time-slot gradle dependency to your build.gradle file:

implementation 'ch.bfh.due1:time-slot:1.1'

Gradle Kotlin DSL: Add the following ch.bfh.due1 : time-slot gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.bfh.due1:time-slot:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.bfh.due1 : time-slot sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.bfh.due1" % "time-slot" % "1.1"

Advertisement