<dependency> <groupId>com.spotify</groupId> <artifactId>magnolify-shared_2.13</artifactId> <version>0.4.2</version> </dependency>
implementation 'com.spotify:magnolify-shared_2.13:0.4.2'
implementation("com.spotify:magnolify-shared_2.13:0.4.2")
libraryDependencies += "com.spotify" % "magnolify-shared_2.13" % "0.4.2"
@Grapes( @Grab(group='com.spotify', module='magnolify-shared_2.13', version='0.4.2') )
<dependency org="com.spotify" name="magnolify-shared_2.13" rev="0.4.2" />
[com.spotify/magnolify-shared_2.13 "0.4.2"]
'com.spotify:magnolify-shared_2.13:jar:0.4.2'
compile
|-- org.scala-lang:scala-library:2.13.5
|-- com.propensive:magnolia_2.13:0.17.0
|-- com.chuusai:shapeless_2.13:2.3.3
|-- org.scala-lang:scala-reflect:2.13.5