GroupId | GroupIdcom.spotify |
---|---|
ArtifactId | ArtifactIdfolsom-bom |
Version | Version1.13.1 |
Type | Typepom |
Description |
DescriptionFolsom BOM
The Folsom BOM project helps set a compatible set of folsom artifact versions.
|
Project URL |
Project URL |
Filename | Size |
---|---|
folsom-bom-1.13.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/folsom-bom/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>folsom-bom</artifactId>
<version>1.13.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/folsom-bom/
implementation 'com.spotify:folsom-bom:1.13.1'
// https://jarcasting.com/artifacts/com.spotify/folsom-bom/
implementation ("com.spotify:folsom-bom:1.13.1")
'com.spotify:folsom-bom:pom:1.13.1'
<dependency org="com.spotify" name="folsom-bom" rev="1.13.1">
<artifact name="folsom-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='folsom-bom', version='1.13.1')
)
libraryDependencies += "com.spotify" % "folsom-bom" % "1.13.1"
[com.spotify/folsom-bom "1.13.1"]