Last Version

Sek - A Java wrapper for Kotlin's Sequence 1.0.1

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

License

License

GroupId

GroupId

com.tinyield
ArtifactId

ArtifactId

sek
Version

Version

1.0.1
Type

Type

jar
Description

Description

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

Project URL

https://github.com/tinyield/sek
Source Code Management

Source Code Management

https://github.com/tinyield/sek.git

Download sek 1.0.1


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

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.4.21

test (2)

Group / Artifact Type Version
org.testng : testng jar 6.9.10
org.assertj : assertj-core jar 3.16.1

Project Modules

There are no modules declared in this project.