MVN

pl.touk : throwing-function

Maven & Gradle

Mar 28, 2016
5 usages
314 stars

ThrowingFunction · Java 8 functional types on steroids supporting checked exceptions

<dependency>
    <groupId>pl.touk</groupId>
    <artifactId>throwing-function</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pl.touk : throwing-function to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of pl.touk : throwing-function to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
throwing-function-1.3
1.2.x
throwing-function-1.2.1
1.2
throwing-function-1.2
1.1
throwing-function-1.1

How to add a dependency to Maven

Add the following pl.touk : throwing-function maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pl.touk</groupId>
    <artifactId>throwing-function</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pl.touk : throwing-function gradle dependency to your build.gradle file:

implementation 'pl.touk:throwing-function:1.3'

Gradle Kotlin DSL: Add the following pl.touk : throwing-function gradle kotlin dependency to your build.gradle.kts file:

implementation("pl.touk:throwing-function:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following pl.touk : throwing-function sbt scala dependency to your build.sbt file:

libraryDependencies += "pl.touk" % "throwing-function" % "1.3"

Advertisement