MVN

com.nitorcreations : java8utils

Maven & Gradle

May 16, 2018

java8-utils · The package provides helper methods for interacting with, e.g., the stream features of Java 8 and above.

<dependency>
    <groupId>com.nitorcreations</groupId>
    <artifactId>java8utils</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nitorcreations : java8utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.nitorcreations : java8utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
java8utils-1.0.1
java8utils-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.nitorcreations</groupId>
    <artifactId>java8utils</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nitorcreations : java8utils gradle dependency to your build.gradle file:

implementation 'com.nitorcreations:java8utils:1.0.1'

Gradle Kotlin DSL: Add the following com.nitorcreations : java8utils gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nitorcreations:java8utils:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nitorcreations : java8utils sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nitorcreations" % "java8utils" % "1.0.1"

Advertisement