| Группа | Группаcom.lithium.flow |
|---|---|
| Идентификатор | Идентификаторflow |
| Версия | Версия0.7-beta4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| flow-0.7-beta4.pom | |
| flow-0.7-beta4.jar | 456 KB |
| flow-0.7-beta4-sources.jar | 287 KB |
| flow-0.7-beta4-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.lithium.flow/flow/ -->
<dependency>
<groupId>com.lithium.flow</groupId>
<artifactId>flow</artifactId>
<version>0.7-beta4</version>
</dependency>
// https://jarcasting.com/artifacts/com.lithium.flow/flow/
implementation 'com.lithium.flow:flow:0.7-beta4'
// https://jarcasting.com/artifacts/com.lithium.flow/flow/
implementation ("com.lithium.flow:flow:0.7-beta4")
'com.lithium.flow:flow:jar:0.7-beta4'
<dependency org="com.lithium.flow" name="flow" rev="0.7-beta4">
<artifact name="flow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lithium.flow', module='flow', version='0.7-beta4')
)
libraryDependencies += "com.lithium.flow" % "flow" % "0.7-beta4"
[com.lithium.flow/flow "0.7-beta4"]