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