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