<dependency> <groupId>com.spotify</groupId> <artifactId>dbeam-parent</artifactId> <version>0.7.1</version> <type>pom</type> </dependency>
implementation 'com.spotify:dbeam-parent:0.7.1'
implementation("com.spotify:dbeam-parent:0.7.1")
libraryDependencies += "com.spotify" % "dbeam-parent" % "0.7.1"
@Grapes( @Grab(group='com.spotify', module='dbeam-parent', version='0.7.1') )
<dependency org="com.spotify" name="dbeam-parent" rev="0.7.1" />
[com.spotify/dbeam-parent "0.7.1"]
'com.spotify:dbeam-parent:jar:0.7.1'
<parent> <groupId>com.spotify</groupId> <artifactId>foss-root</artifactId> <version>9</version> </parent>
compile
|-- com.google.auto.value:auto-value
|-- com.google.guava:guava