GroupId | GroupIdcom.spotify |
---|---|
ArtifactId | ArtifactIdzoltar-parent |
Version | Version0.3.0 |
Type | Typepom |
Filename | Size |
---|---|
zoltar-parent-0.3.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/zoltar-parent/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-parent</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/zoltar-parent/
implementation 'com.spotify:zoltar-parent:0.3.0'
// https://jarcasting.com/artifacts/com.spotify/zoltar-parent/
implementation ("com.spotify:zoltar-parent:0.3.0")
'com.spotify:zoltar-parent:pom:0.3.0'
<dependency org="com.spotify" name="zoltar-parent" rev="0.3.0">
<artifact name="zoltar-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='zoltar-parent', version='0.3.0')
)
libraryDependencies += "com.spotify" % "zoltar-parent" % "0.3.0"
[com.spotify/zoltar-parent "0.3.0"]