MVN

io.github.omzz15 : supplier

Maven & Gradle

Aug 07, 2023
0 stars

Java Advanced Supplier · Java Library for creating advanced suppliers and functions

<dependency>
    <groupId>io.github.omzz15</groupId>
    <artifactId>supplier</artifactId>
    <version>2.0.0-FTCRELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.omzz15 : supplier to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-FTCRELEASE

All Versions

Choose a version of io.github.omzz15 : supplier to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
supplier-2.0.0-FTCRELEASE
supplier-2.0.0-RELEASE
1.2.x
supplier-1.2.3-RELEASE
supplier-1.2.1-FTCRELEASE
supplier-1.2.1-RELEASE
1.1.x
supplier-1.1.2-RELEASE
supplier-1.1.1-FTCRELEASE
supplier-1.1.1-RELEASE
supplier-1.1.0-FTCRELEASE
supplier-1.1.0-RELEASE
1.0.x
supplier-1.0.0-FTCRELEASE
supplier-1.0.0-RELEASE
0.9
supplier-0.9-PRERELEASE
0.7
supplier-0.7-PRERELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.omzz15</groupId>
    <artifactId>supplier</artifactId>
    <version>2.0.0-FTCRELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.omzz15 : supplier gradle dependency to your build.gradle file:

implementation 'io.github.omzz15:supplier:2.0.0-FTCRELEASE'

Gradle Kotlin DSL: Add the following io.github.omzz15 : supplier gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.omzz15:supplier:2.0.0-FTCRELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.omzz15 : supplier sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.omzz15" % "supplier" % "2.0.0-FTCRELEASE"