MVN

com.madgag : util-intervals

Maven & Gradle

Dec 16, 2021
2 stars

'Intervals' library · Support for interval-keyed maps and sets - useful for storing items on a time-interval-keyed basis

<dependency>
    <groupId>com.madgag</groupId>
    <artifactId>util-intervals</artifactId>
    <version>1.35</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.madgag : util-intervals to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.35

All Versions

Choose a version of com.madgag : util-intervals to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.35
util-intervals-1.35
1.34
util-intervals-1.34
1.33
util-intervals-1.33
1.28
util-intervals-1.28
1.27
util-intervals-1.27
1.26
util-intervals-1.26
1.25
util-intervals-1.25
1.24
util-intervals-1.24
1.23
util-intervals-1.23
1.22
util-intervals-1.22
1.21
util-intervals-1.21

How to add a dependency to Maven

Add the following com.madgag : util-intervals maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.madgag</groupId>
    <artifactId>util-intervals</artifactId>
    <version>1.35</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.madgag : util-intervals gradle dependency to your build.gradle file:

implementation 'com.madgag:util-intervals:1.35'

Gradle Kotlin DSL: Add the following com.madgag : util-intervals gradle kotlin dependency to your build.gradle.kts file:

implementation("com.madgag:util-intervals:1.35")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.madgag : util-intervals sbt scala dependency to your build.sbt file:

libraryDependencies += "com.madgag" % "util-intervals" % "1.35"

Advertisement