GroupId | GroupIdcom.spotify |
---|---|
ArtifactId | ArtifactIdflo-gcs |
Version | Version0.1.5 |
Type | Typejar |
Filename | Size |
---|---|
flo-gcs-0.1.5.pom | |
flo-gcs-0.1.5.jar | 4 KB |
flo-gcs-0.1.5-sources.jar | 3 KB |
flo-gcs-0.1.5-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/flo-gcs/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>flo-gcs</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/flo-gcs/
implementation 'com.spotify:flo-gcs:0.1.5'
// https://jarcasting.com/artifacts/com.spotify/flo-gcs/
implementation ("com.spotify:flo-gcs:0.1.5")
'com.spotify:flo-gcs:jar:0.1.5'
<dependency org="com.spotify" name="flo-gcs" rev="0.1.5">
<artifact name="flo-gcs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='flo-gcs', version='0.1.5')
)
libraryDependencies += "com.spotify" % "flo-gcs" % "0.1.5"
[com.spotify/flo-gcs "0.1.5"]