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