Skip to content
owenRiddy edited this page Apr 17, 2022 · 8 revisions

Leiningen

Add the seesaw dependency to your project.clj (assuming you are using leiningen), like this:

(defproject example "0.1.0-SNAPSHOT"
  :description "Example project"
  :dependencies [[org.clojure/clojure "1.3.0"]
                 [seesaw "X.Y.Z"]])

deps.edn

{:deps {
        ; Please note that after starting Clojure the interesting
        ; namespace is seesaw.core:
        ; (use 'seesaw.core)
        seesaw/seesaw {:mvn/version "1.5.0"}
        }}
Clone this wiki locally