| License |
License |
|---|---|
| GroupId | GroupIdcom.tinyield |
| ArtifactId | ArtifactIdsek |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
DescriptionSek - 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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sek-1.0.1.pom | |
| sek-1.0.1.jar | 11 KB |
| sek-1.0.1-sources.jar | 11 KB |
| sek-1.0.1-javadoc.jar | 414 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.21 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.9.10 |
| org.assertj : assertj-core | jar | 3.16.1 |