GroupId | GroupIdcom.spotify |
---|---|
ArtifactId | ArtifactIdfolsom-bom |
Version | Version1.9.4 |
Type | Typepom |
Filename | Size |
---|---|
folsom-bom-1.9.4.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/folsom-bom/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>folsom-bom</artifactId>
<version>1.9.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/folsom-bom/
implementation 'com.spotify:folsom-bom:1.9.4'
// https://jarcasting.com/artifacts/com.spotify/folsom-bom/
implementation ("com.spotify:folsom-bom:1.9.4")
'com.spotify:folsom-bom:pom:1.9.4'
<dependency org="com.spotify" name="folsom-bom" rev="1.9.4">
<artifact name="folsom-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='folsom-bom', version='1.9.4')
)
libraryDependencies += "com.spotify" % "folsom-bom" % "1.9.4"
[com.spotify/folsom-bom "1.9.4"]