| GroupId | GroupIdse.warting.billy |
|---|---|
| ArtifactId | ArtifactIdflow |
| Version | Version0.0.4 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| flow-0.0.4.pom | |
| flow-0.0.4-sources.jar | 7 KB |
| Browse |
<!-- 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"]