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