не последняя версия
Последняя версия 1.5.1

com.tinyield:jayield 1.5.0

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.

Группа

Группа

com.tinyield
Идентификатор

Идентификатор

jayield
Версия

Версия

1.5.0
Тип

Тип

jar

Скачать jayield 1.5.0


<!-- https://jarcasting.com/artifacts/com.tinyield/jayield/ -->
<dependency>
    <groupId>com.tinyield</groupId>
    <artifactId>jayield</artifactId>
    <version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tinyield/jayield/
implementation 'com.tinyield:jayield:1.5.0'
// https://jarcasting.com/artifacts/com.tinyield/jayield/
implementation ("com.tinyield:jayield:1.5.0")
'com.tinyield:jayield:jar:1.5.0'
<dependency org="com.tinyield" name="jayield" rev="1.5.0">
  <artifact name="jayield" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tinyield', module='jayield', version='1.5.0')
)
libraryDependencies += "com.tinyield" % "jayield" % "1.5.0"
[com.tinyield/jayield "1.5.0"]