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