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