Categories |
CategoriesStreamEx General Purpose Libraries Functional Programming |
---|---|
GroupId | GroupIdcom.landawn |
ArtifactId | ArtifactIdstreamex |
Version | Version2.1 |
Type | Typejar |
Filename | Size |
---|---|
streamex-2.1.pom | |
streamex-2.1.jar | 325 KB |
streamex-2.1-sources.jar | 180 KB |
streamex-2.1-javadoc.jar | 293 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.landawn/streamex/ -->
<dependency>
<groupId>com.landawn</groupId>
<artifactId>streamex</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.landawn/streamex/
implementation 'com.landawn:streamex:2.1'
// https://jarcasting.com/artifacts/com.landawn/streamex/
implementation ("com.landawn:streamex:2.1")
'com.landawn:streamex:jar:2.1'
<dependency org="com.landawn" name="streamex" rev="2.1">
<artifact name="streamex" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.landawn', module='streamex', version='2.1')
)
libraryDependencies += "com.landawn" % "streamex" % "2.1"
[com.landawn/streamex "2.1"]