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