<dependency> <groupId>com.spotify</groupId> <artifactId>magnolify-shared_2.13</artifactId> <version>0.6.1</version> </dependency>
implementation 'com.spotify:magnolify-shared_2.13:0.6.1'
implementation("com.spotify:magnolify-shared_2.13:0.6.1")
libraryDependencies += "com.spotify" % "magnolify-shared_2.13" % "0.6.1"
@Grapes( @Grab(group='com.spotify', module='magnolify-shared_2.13', version='0.6.1') )
<dependency org="com.spotify" name="magnolify-shared_2.13" rev="0.6.1" />
[com.spotify/magnolify-shared_2.13 "0.6.1"]
'com.spotify:magnolify-shared_2.13:jar:0.6.1'
compile
|-- org.scala-lang:scala-library:2.13.10
|-- com.softwaremill.magnolia1_2:magnolia_2.13:1.1.2
|-- com.chuusai:shapeless_2.13:2.3.10
|-- org.scala-lang.modules:scala-collection-compat_2.13:2.8.1
provided
|-- org.scala-lang:scala-reflect:2.13.10