Skip to content

Instantly share code, notes, and snippets.

@chbaranowski
Created August 15, 2010 09:39
Show Gist options
  • Save chbaranowski/525296 to your computer and use it in GitHub Desktop.
Save chbaranowski/525296 to your computer and use it in GitHub Desktop.
(defproject helloworld-webapp "1.0.0-SNAPSHOT"
:description "Demo Hello World Web application"
:dependencies [
[org.clojure/clojure "1.1.0"]
[org.clojure/clojure-contrib "1.1.0"]
[compojure "0.4.0"]
[ring/ring-jetty-adapter "0.2.3"]
]
:dev-dependencies [
[lein-eclipse "1.0.0"]
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment