| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.tinyield |
| Идентификатор | Идентификаторjayield |
| Версия | Версия1.5.1 |
| Тип | Типjar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jayield-1.5.1.pom | |
| jayield-1.5.1.jar | 133 KB |
| jayield-1.5.1-sources.jar | 99 KB |
| jayield-1.5.1-javadoc.jar | 978 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.tinyield/jayield/ -->
<dependency>
<groupId>com.tinyield</groupId>
<artifactId>jayield</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tinyield/jayield/
implementation 'com.tinyield:jayield:1.5.1'
// https://jarcasting.com/artifacts/com.tinyield/jayield/
implementation ("com.tinyield:jayield:1.5.1")
'com.tinyield:jayield:jar:1.5.1'
<dependency org="com.tinyield" name="jayield" rev="1.5.1">
<artifact name="jayield" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tinyield', module='jayield', version='1.5.1')
)
libraryDependencies += "com.tinyield" % "jayield" % "1.5.1"
[com.tinyield/jayield "1.5.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testng : testng | jar | 6.9.10 |