MVN

org.bongiorno : collections

Maven & Gradle

Jun 02, 2016
0 stars

Collection manipulations · Improve the java 8 collections and add some other collection related stuff

<dependency>
    <groupId>org.bongiorno</groupId>
    <artifactId>collections</artifactId>
    <version>1.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bongiorno : collections to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.9

All Versions

Choose a version of org.bongiorno : collections to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
collections-1.0.9
collections-1.0.8
collections-1.0.7
collections-1.0.6
collections-1.0.5

How to add a dependency to Maven

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

<dependency>
    <groupId>org.bongiorno</groupId>
    <artifactId>collections</artifactId>
    <version>1.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bongiorno : collections gradle dependency to your build.gradle file:

implementation 'org.bongiorno:collections:1.0.9'

Gradle Kotlin DSL: Add the following org.bongiorno : collections gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bongiorno:collections:1.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bongiorno : collections sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bongiorno" % "collections" % "1.0.9"

Advertisement

Dependencies from Group

May 11, 2015
5 usages
0 stars
Feb 15, 2015
2 usages
0 stars
Nov 12, 2014
1 usages
Jun 02, 2016
0 stars
Oct 05, 2016
0 stars

Discover Dependencies