MVN

com.juul.tuulbox : collections

Maven & Gradle

May 02, 2023
1 usages
5 stars

Tuulbox · Toolbox of utilities/helpers for Kotlin development

<dependency>
    <groupId>com.juul.tuulbox</groupId>
    <artifactId>collections</artifactId>
    <version>6.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.juul.tuulbox : collections to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.4.1

All Versions

Choose a version of com.juul.tuulbox : collections to add to Maven or Gradle - All Versions:

  • Version Updated
  • collections-6.4.1

    May 02, 2023
  • collections-6.4.0

    Nov 15, 2022
  • collections-6.3.0

    Jul 12, 2022
  • collections-6.2.1

    Jul 05, 2022
  • collections-6.2.0

    Mar 29, 2022
  • collections-6.1.0

    Mar 15, 2022
  • collections-6.0.1

    Mar 11, 2022
  • collections-6.0.0

    Feb 25, 2022
  • collections-5.1.0

    Jan 13, 2022
  • collections-5.0.0

    Dec 20, 2021
  • collections-4.8.0

    Oct 20, 2021
  • collections-4.7.0

    Oct 11, 2021

How to add a dependency to Maven

Add the following com.juul.tuulbox : collections maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.juul.tuulbox</groupId>
    <artifactId>collections</artifactId>
    <version>6.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.juul.tuulbox : collections gradle dependency to your build.gradle file:

implementation 'com.juul.tuulbox:collections:6.4.1'

Gradle Kotlin DSL: Add the following com.juul.tuulbox : collections gradle kotlin dependency to your build.gradle.kts file:

implementation("com.juul.tuulbox:collections:6.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.juul.tuulbox : collections sbt scala dependency to your build.sbt file:

libraryDependencies += "com.juul.tuulbox" % "collections" % "6.4.1"