MVN

io.igventurelli : pipe4j

Maven & Gradle

Jun 19, 2024
0 stars

Pipe4j · A cleaner way to write plain Java code through a pipeline, handling exceptions on the 21st century way

<dependency>
    <groupId>io.igventurelli</groupId>
    <artifactId>pipe4j</artifactId>
    <version>1.0.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.igventurelli : pipe4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.24

All Versions

Choose a version of io.igventurelli : pipe4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
pipe4j-1.0.24

How to add a dependency to Maven

Add the following io.igventurelli : pipe4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.igventurelli</groupId>
    <artifactId>pipe4j</artifactId>
    <version>1.0.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.igventurelli : pipe4j gradle dependency to your build.gradle file:

implementation 'io.igventurelli:pipe4j:1.0.24'

Gradle Kotlin DSL: Add the following io.igventurelli : pipe4j gradle kotlin dependency to your build.gradle.kts file:

implementation("io.igventurelli:pipe4j:1.0.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.igventurelli : pipe4j sbt scala dependency to your build.sbt file:

libraryDependencies += "io.igventurelli" % "pipe4j" % "1.0.24"

Advertisement