| License |
License |
|---|---|
| GroupId | GroupIdcom.spotify |
| ArtifactId | ArtifactIdzoltar-bom |
| Last Version | Last Version0.6.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionZoltar Bill of Materials
The Spotify Root project helps establish consistent Maven conventions by being the parent POM
for other participating projects.
|
| Filename | Size |
|---|---|
| zoltar-bom-0.6.0.pom | 13 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/zoltar-bom/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-bom</artifactId>
<version>0.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/zoltar-bom/
implementation 'com.spotify:zoltar-bom:0.6.0'
// https://jarcasting.com/artifacts/com.spotify/zoltar-bom/
implementation ("com.spotify:zoltar-bom:0.6.0")
'com.spotify:zoltar-bom:pom:0.6.0'
<dependency org="com.spotify" name="zoltar-bom" rev="0.6.0">
<artifact name="zoltar-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='zoltar-bom', version='0.6.0')
)
libraryDependencies += "com.spotify" % "zoltar-bom" % "0.6.0"
[com.spotify/zoltar-bom "0.6.0"]