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