| Категории |
КатегорииReact Взаимодействие с пользователем Веб-фреймворки Cyclops Универсальные библиотеки Functional Programming |
|---|---|
| Группа | Группаcom.oath.cyclops |
| Идентификатор | Идентификаторcyclops-reactive-collections |
| Версия | Версия10.0.0-M6 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.oath.cyclops/cyclops-reactive-collections/ -->
<dependency>
<groupId>com.oath.cyclops</groupId>
<artifactId>cyclops-reactive-collections</artifactId>
<version>10.0.0-M6</version>
</dependency>
// https://jarcasting.com/artifacts/com.oath.cyclops/cyclops-reactive-collections/
implementation 'com.oath.cyclops:cyclops-reactive-collections:10.0.0-M6'
// https://jarcasting.com/artifacts/com.oath.cyclops/cyclops-reactive-collections/
implementation ("com.oath.cyclops:cyclops-reactive-collections:10.0.0-M6")
'com.oath.cyclops:cyclops-reactive-collections:jar:10.0.0-M6'
<dependency org="com.oath.cyclops" name="cyclops-reactive-collections" rev="10.0.0-M6">
<artifact name="cyclops-reactive-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oath.cyclops', module='cyclops-reactive-collections', version='10.0.0-M6')
)
libraryDependencies += "com.oath.cyclops" % "cyclops-reactive-collections" % "10.0.0-M6"
[com.oath.cyclops/cyclops-reactive-collections "10.0.0-M6"]