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