mtg-proxy-pdf

Given a list of magic cards, create a file (html or pdf) of the card images.

Leiningen/Boot

[mtg-proxy-pdf "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

mtg-proxy-pdf/mtg-proxy-pdf {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("mtg-proxy-pdf:mtg-proxy-pdf:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>mtg-proxy-pdf</groupId>
  <artifactId>mtg-proxy-pdf</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>