A collection of Scala libraries to support Magic: The Gathering related development.
libraryDependencies += "com.gaborpihaj" %% "mtg4s-mtgjson" % "0.1.2"
import $ivy.`com.gaborpihaj::mtg4s-mtgjson:0.1.2`
<dependency> <groupId>com.gaborpihaj</groupId> <artifactId>mtg4s-mtgjson_2.13</artifactId> <version>0.1.2</version> </dependency>
compile group: 'com.gaborpihaj', name: 'mtg4s-mtgjson_2.13', version: '0.1.2'
ivy"com.gaborpihaj::mtg4s-mtgjson:0.1.2"