| Категории |
КатегорииStreamEx Универсальные библиотеки Functional Programming |
|---|---|
| Группа | Группаcom.landawn |
| Идентификатор | Идентификаторstreamex |
| Версия | Версия2.3.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| streamex-2.3.1.pom | |
| streamex-2.3.1.jar | 546 KB |
| streamex-2.3.1-sources.jar | 212 KB |
| streamex-2.3.1-javadoc.jar | 493 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.landawn/streamex/ -->
<dependency>
<groupId>com.landawn</groupId>
<artifactId>streamex</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.landawn/streamex/
implementation 'com.landawn:streamex:2.3.1'
// https://jarcasting.com/artifacts/com.landawn/streamex/
implementation ("com.landawn:streamex:2.3.1")
'com.landawn:streamex:jar:2.3.1'
<dependency org="com.landawn" name="streamex" rev="2.3.1">
<artifact name="streamex" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.landawn', module='streamex', version='2.3.1')
)
libraryDependencies += "com.landawn" % "streamex" % "2.3.1"
[com.landawn/streamex "2.3.1"]