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