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