<dependency> <groupId>com.spotify</groupId> <artifactId>magnolify-shared_2.13</artifactId> <version>0.7.1</version> </dependency>
implementation 'com.spotify:magnolify-shared_2.13:0.7.1'
implementation("com.spotify:magnolify-shared_2.13:0.7.1")
libraryDependencies += "com.spotify" % "magnolify-shared_2.13" % "0.7.1"
@Grapes( @Grab(group='com.spotify', module='magnolify-shared_2.13', version='0.7.1') )
<dependency org="com.spotify" name="magnolify-shared_2.13" rev="0.7.1" />
[com.spotify/magnolify-shared_2.13 "0.7.1"]
'com.spotify:magnolify-shared_2.13:jar:0.7.1'
compile
|-- org.scala-lang:scala-library:2.13.13
|-- org.scala-lang.modules:scala-collection-compat_2.13:2.11.0
|-- com.softwaremill.magnolia1_2:magnolia_2.13:1.1.8
|-- com.chuusai:shapeless_2.13:2.3.10
provided
|-- org.typelevel:scalac-compat-annotation_2.13:0.1.4
|-- joda-time:joda-time:2.12.7
|-- org.scala-lang:scala-reflect:2.13.13