Compare commits
4 commits
Author | SHA1 | Date | |
---|---|---|---|
Gered | ad9d15d81d | ||
f4abf9d3ad | |||
Gered | 3d8bb00d41 | ||
Gered | a4d9093241 |
14
project.clj
14
project.clj
|
@ -1,15 +1,15 @@
|
|||
(defproject clj-htmltopdf "0.2"
|
||||
(defproject clj-htmltopdf "0.2.1"
|
||||
:description "Simple Clojure wrapper for Open HTML to PDF"
|
||||
:url "https://github.com/gered/clj-htmltopdf"
|
||||
:license {:name "GNU Lesser General Public License v3.0"
|
||||
:url "https://www.gnu.org/licenses/lgpl.html"}
|
||||
|
||||
:dependencies [[com.openhtmltopdf/openhtmltopdf-core "1.0.8"]
|
||||
[com.openhtmltopdf/openhtmltopdf-pdfbox "1.0.8"]
|
||||
[com.openhtmltopdf/openhtmltopdf-rtl-support "1.0.8"]
|
||||
[com.openhtmltopdf/openhtmltopdf-svg-support "1.0.8"]
|
||||
[org.jsoup/jsoup "1.12.1"]
|
||||
[commons-io/commons-io "2.6"]
|
||||
:dependencies [[com.openhtmltopdf/openhtmltopdf-core "1.0.10"]
|
||||
[com.openhtmltopdf/openhtmltopdf-pdfbox "1.0.10"]
|
||||
[com.openhtmltopdf/openhtmltopdf-rtl-support "1.0.10"]
|
||||
[com.openhtmltopdf/openhtmltopdf-svg-support "1.0.10"]
|
||||
[org.jsoup/jsoup "1.15.3"]
|
||||
[commons-io/commons-io "2.11.0"]
|
||||
[hiccup "1.0.5"]]
|
||||
|
||||
:resource-paths ["resources"]
|
||||
|
|
Loading…
Reference in a new issue