Added files
This commit is contained in:
parent
56daa2423b
commit
5d286f98d7
7 changed files with 172 additions and 10 deletions
10
project.clj
Normal file
10
project.clj
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
(defproject swingbox-clj "0.1.0-SNAPSHOT"
|
||||
:description "FIXME: write description"
|
||||
:url "http://example.com/FIXME"
|
||||
:license {:name "Eclipse Public License"
|
||||
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||||
:dependencies [[org.clojure/clojure "1.8.0"]
|
||||
[hiccup "1.0.5"]
|
||||
[markdown-clj "0.9.99" :exclusions [com.keminglabs/cljx]]
|
||||
[net.sf.cssbox/swingbox "1.0"]
|
||||
])
|
||||
Loading…
Add table
Add a link
Reference in a new issue