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