GroupId | GroupIdcom.spotify |
---|---|
ArtifactId | ArtifactIdfolsom-bom |
Last Version | Last Version1.14.0 |
Release Date | Release Date |
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.14.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/folsom-bom/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>folsom-bom</artifactId>
<version>1.14.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/folsom-bom/
implementation 'com.spotify:folsom-bom:1.14.0'
// https://jarcasting.com/artifacts/com.spotify/folsom-bom/
implementation ("com.spotify:folsom-bom:1.14.0")
'com.spotify:folsom-bom:pom:1.14.0'
<dependency org="com.spotify" name="folsom-bom" rev="1.14.0">
<artifact name="folsom-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='folsom-bom', version='1.14.0')
)
libraryDependencies += "com.spotify" % "folsom-bom" % "1.14.0"
[com.spotify/folsom-bom "1.14.0"]