MVN

org.granitesoft : collections

Maven & Gradle

Jul 26, 2020
0 stars

Collections · Java code for the collections package.

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

Latest Version

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

  • Latest Stable: 1.5

All Versions

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

Version Vulnerabilities Updated
1.5
collections-1.5
1.4
collections-1.4
1.2
collections-1.2
1.1
collections-1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.granitesoft</groupId>
    <artifactId>collections</artifactId>
    <version>1.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.granitesoft:collections:1.5'

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

implementation("org.granitesoft:collections:1.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.granitesoft" % "collections" % "1.5"