MVN

com.tinyield : jayield

Maven & Gradle

Dec 28, 2020
1 usages
11 stars

JAYield - Java library implementation of yield, providing an idiomatic yield like generator. · Extensible lazy sequence, interoperable with Stream, providing individually and bulk traversal, and which suppresses the splitting infrastructure (required for parallel execution) delaying its creation until needed.

<dependency>
    <groupId>com.tinyield</groupId>
    <artifactId>jayield</artifactId>
    <version>1.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tinyield : jayield to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.1

All Versions

Choose a version of com.tinyield : jayield to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
jayield-1.5.1
jayield-1.5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tinyield</groupId>
    <artifactId>jayield</artifactId>
    <version>1.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tinyield : jayield gradle dependency to your build.gradle file:

implementation 'com.tinyield:jayield:1.5.1'

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

implementation("com.tinyield:jayield:1.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tinyield : jayield sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tinyield" % "jayield" % "1.5.1"

Advertisement

Dependencies from Group

Dec 28, 2020
1 usages
11 stars
sek
Jan 22, 2021
7 stars

Discover Dependencies

Feb 07, 2021
0 stars
Mar 08, 2021
Jan 26, 2021
2 usages
42 stars
Aug 06, 2023
867 stars
Dec 21, 2020
1 usages
0 stars
Aug 13, 2023
2 usages
0 stars
Aug 06, 2023
1 usages
20 stars
Dec 14, 2020
24 stars