is not current version
Last Version 1.0.1

com.tinyield:sek 1.0.0

Sek is a Java wrapper for Kotlin's Sequence. It allows the use of Kotlin's Sequence operations in Java without losing pipeline fluency.

GroupId

GroupId

com.tinyield
ArtifactId

ArtifactId

sek
Version

Version

1.0.0
Type

Type

jar

Download sek 1.0.0


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