MVN

com.codepoetics : protonpack

Maven & Gradle

Jan 23, 2020
33 usages
472 stars

protonpack · Stream Utilities for Java 8

<dependency>
    <groupId>com.codepoetics</groupId>
    <artifactId>protonpack</artifactId>
    <version>1.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.codepoetics : protonpack to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.16

All Versions

Choose a version of com.codepoetics : protonpack to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.16
protonpack-1.16
1.15
protonpack-1.15
1.14
protonpack-1.14
1.13
protonpack-1.13
1.11
protonpack-1.11
1.10
protonpack-1.10
1.9
protonpack-1.9
1.8
protonpack-1.8
1.7
protonpack-1.7
1.6
protonpack-1.6
1.5
protonpack-1.5
1.4
protonpack-1.4
1.3
protonpack-1.3
1.2
protonpack-1.2
1.1
protonpack-1.1
1.0
protonpack-1.0
thecolourofmagic
protonpack-thecolourofmagic

How to add a dependency to Maven

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

<dependency>
    <groupId>com.codepoetics</groupId>
    <artifactId>protonpack</artifactId>
    <version>1.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.codepoetics : protonpack gradle dependency to your build.gradle file:

implementation 'com.codepoetics:protonpack:1.16'

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

implementation("com.codepoetics:protonpack:1.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.codepoetics : protonpack sbt scala dependency to your build.sbt file:

libraryDependencies += "com.codepoetics" % "protonpack" % "1.16"

Advertisement