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