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