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