MVN

com.timgroup : Functional

Maven & Gradle

Sep 26, 2011
2 stars

Functional · Classes that represent optional values without using null references

<dependency>
    <groupId>com.timgroup</groupId>
    <artifactId>Functional</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.timgroup : Functional to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.timgroup : Functional to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
Functional-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.timgroup</groupId>
    <artifactId>Functional</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.timgroup : Functional gradle dependency to your build.gradle file:

implementation 'com.timgroup:Functional:1.0'

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

implementation("com.timgroup:Functional:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.timgroup : Functional sbt scala dependency to your build.sbt file:

libraryDependencies += "com.timgroup" % "Functional" % "1.0"

Advertisement

Dependencies from Group

Feb 19, 2015
69 usages
271 stars
Nov 06, 2017
1 usages
12 stars
Mar 14, 2019
1 usages
3 stars
Mar 16, 2015
1 usages
11 stars
Jan 13, 2020
1 stars

Discover Dependencies