| GroupId | GroupIdcom.spotify |
|---|---|
| ArtifactId | ArtifactIdflo-runner-root |
| Version | Version0.1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| flo-runner-root-0.1.0.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/flo-runner-root/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>flo-runner-root</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/flo-runner-root/
implementation 'com.spotify:flo-runner-root:0.1.0'
// https://jarcasting.com/artifacts/com.spotify/flo-runner-root/
implementation ("com.spotify:flo-runner-root:0.1.0")
'com.spotify:flo-runner-root:pom:0.1.0'
<dependency org="com.spotify" name="flo-runner-root" rev="0.1.0">
<artifact name="flo-runner-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='flo-runner-root', version='0.1.0')
)
libraryDependencies += "com.spotify" % "flo-runner-root" % "0.1.0"
[com.spotify/flo-runner-root "0.1.0"]